summaryrefslogtreecommitdiffstats
path: root/arch
diff options
context:
space:
mode:
authorPaul Mundt <lethal@linux-sh.org>2011-05-24 17:33:51 +0900
committerPaul Mundt <lethal@linux-sh.org>2011-05-24 17:33:51 +0900
commit4e2b1084b0fb79c963b73586815e1ef034dc2b57 (patch)
treef042c2232d5e7dba66b9b47b17c3db920b448f1a /arch
parent0f0ebd980e0e8a2fd33ab3ef0d5b0cffbcddd8a1 (diff)
downloadop-kernel-dev-4e2b1084b0fb79c963b73586815e1ef034dc2b57.zip
op-kernel-dev-4e2b1084b0fb79c963b73586815e1ef034dc2b57.tar.gz
sh: Update shmin to reflect PIO dependency.
shmin uses __set_io_port_base() for legacy I/O mapping that ethernet and other SuperI/O functions depend on. Ensure that PIO support is built in until the board is updated for MMIO properly. Signed-off-by: Paul Mundt <lethal@linux-sh.org>
Diffstat (limited to 'arch')
-rw-r--r--arch/sh/Kconfig2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/sh/Kconfig b/arch/sh/Kconfig
index b44e377..a164c9e 100644
--- a/arch/sh/Kconfig
+++ b/arch/sh/Kconfig
@@ -167,7 +167,7 @@ config ARCH_HAS_CPU_IDLE_WAIT
config NO_IOPORT
def_bool !PCI
- depends on !SH_CAYMAN && !SH_SH4202_MICRODEV
+ depends on !SH_CAYMAN && !SH_SH4202_MICRODEV && !SH_SHMIN
config IO_TRAPPED
bool
OpenPOWER on IntegriCloud