aboutsummaryrefslogtreecommitdiffstats
path: root/arch/sh/Kconfig
diff options
context:
space:
mode:
authorPaul Mundt <lethal@linux-sh.org>2012-05-21 18:19:18 +0900
committerPaul Mundt <lethal@linux-sh.org>2012-05-21 18:19:18 +0900
commitc30b9c432ebb8951aa20fe825b5b8f1651628e3c (patch)
tree7301fdd61866586e0df5d4e46ac3c8b6f54cc664 /arch/sh/Kconfig
parentsh: Kill off machvec IRQ hinting. (diff)
downloadlinux-dev-c30b9c432ebb8951aa20fe825b5b8f1651628e3c.tar.xz
linux-dev-c30b9c432ebb8951aa20fe825b5b8f1651628e3c.zip
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 <lethal@linux-sh.org>
Diffstat (limited to 'arch/sh/Kconfig')
-rw-r--r--arch/sh/Kconfig3
1 files changed, 2 insertions, 1 deletions
diff --git a/arch/sh/Kconfig b/arch/sh/Kconfig
index 182384d5d1e0..536e058fe8a2 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