From: Paul Mundt Date: Mon, 21 May 2012 09:19:18 +0000 (+0900) Subject: sh: Enable PIO API for hp6xx and se770x. X-Git-Tag: v3.5-rc1~134^2~1 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=c30b9c432ebb8951aa20fe825b5b8f1651628e3c;p=profile%2Fivi%2Fkernel-adaptation-intel-automotive.git sh: Enable PIO API for hp6xx and se770x. Both of these boards are still using the PIO API sans PCI, and will need to be carefully converted. As conversion is out of scope for this merge window, simply make sure NO_IOPORT doesn't get accidentally set for these, joining a long list of other crap platforms. Signed-off-by: Paul Mundt --- diff --git a/arch/sh/Kconfig b/arch/sh/Kconfig index 182384d..536e058 100644 --- a/arch/sh/Kconfig +++ b/arch/sh/Kconfig @@ -157,7 +157,8 @@ config ARCH_HAS_CPU_IDLE_WAIT config NO_IOPORT def_bool !PCI - depends on !SH_CAYMAN && !SH_SH4202_MICRODEV && !SH_SHMIN + depends on !SH_CAYMAN && !SH_SH4202_MICRODEV && !SH_SHMIN && \ + !SH_HP6XX && !SH_SOLUTION_ENGINE config IO_TRAPPED bool