]> git.karo-electronics.de Git - karo-tx-linux.git/commitdiff
sh: Enable PIO API for hp6xx and se770x.
authorPaul Mundt <lethal@linux-sh.org>
Mon, 21 May 2012 09:19:18 +0000 (18:19 +0900)
committerPaul Mundt <lethal@linux-sh.org>
Mon, 21 May 2012 09:19:18 +0000 (18:19 +0900)
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 <lethal@linux-sh.org>
arch/sh/Kconfig

index 182384d5d1e09dbc2ad139ce57c52703d9d7748a..536e058fe8a2377a390ad92aa93b18e1db7d7eb6 100644 (file)
@@ -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