aboutsummaryrefslogtreecommitdiffstats
path: root/arch/sh
diff options
context:
space:
mode:
authorPaul Mundt <lethal@linux-sh.org>2010-05-26 15:58:45 +0900
committerPaul Mundt <lethal@linux-sh.org>2010-06-02 16:31:46 +0900
commit861160bfd097de7dbf3195bbef210e4f787327ab (patch)
treefcd0e3e683040863b9f272d6078552515ec9a37b /arch/sh
parentsh: mach-sdk7786: conditionally disable PIO support. (diff)
downloadlinux-dev-861160bfd097de7dbf3195bbef210e4f787327ab.tar.xz
linux-dev-861160bfd097de7dbf3195bbef210e4f787327ab.zip
sh: PIO disabling for x3proto and urquell.
urquell only provides PIO in the PCI case, while the x3proto board never had a working PCIe controller, so it can simply disable it outright. Signed-off-by: Paul Mundt <lethal@linux-sh.org>
Diffstat (limited to 'arch/sh')
-rw-r--r--arch/sh/boards/Kconfig2
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/sh/boards/Kconfig b/arch/sh/boards/Kconfig
index fd6ddeb7d2c3..07b35ca2f644 100644
--- a/arch/sh/boards/Kconfig
+++ b/arch/sh/boards/Kconfig
@@ -191,6 +191,7 @@ config SH_URQUELL
depends on CPU_SUBTYPE_SH7786
select ARCH_REQUIRE_GPIOLIB
select SYS_SUPPORTS_PCI
+ select NO_IOPORT if !PCI
config SH_MIGOR
bool "Migo-R"
@@ -287,6 +288,7 @@ config SH_LBOX_RE2
config SH_X3PROTO
bool "SH-X3 Prototype board"
depends on CPU_SUBTYPE_SHX3
+ select NO_IOPORT if !PCI
config SH_MAGIC_PANEL_R2
bool "Magic Panel R2"