From: Paul Mundt Date: Tue, 24 May 2011 08:33:51 +0000 (+0900) Subject: sh: Update shmin to reflect PIO dependency. X-Git-Tag: v3.0-rc2~14^2~8 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=4e2b1084b0fb79c963b73586815e1ef034dc2b57;p=platform%2Fupstream%2Fkernel-adaptation-pc.git 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 --- 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