aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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
191 depends on CPU_SUBTYPE_SH7786 191 depends on CPU_SUBTYPE_SH7786
192 select ARCH_REQUIRE_GPIOLIB 192 select ARCH_REQUIRE_GPIOLIB
193 select SYS_SUPPORTS_PCI 193 select SYS_SUPPORTS_PCI
194 select NO_IOPORT if !PCI
194 195
195config SH_MIGOR 196config SH_MIGOR
196 bool "Migo-R" 197 bool "Migo-R"
@@ -287,6 +288,7 @@ config SH_LBOX_RE2
287config SH_X3PROTO 288config SH_X3PROTO
288 bool "SH-X3 Prototype board" 289 bool "SH-X3 Prototype board"
289 depends on CPU_SUBTYPE_SHX3 290 depends on CPU_SUBTYPE_SHX3
291 select NO_IOPORT if !PCI
290 292
291config SH_MAGIC_PANEL_R2 293config SH_MAGIC_PANEL_R2
292 bool "Magic Panel R2" 294 bool "Magic Panel R2"