Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

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>

+2 -1
+2 -1
arch/sh/Kconfig
··· 157 157 158 158 config NO_IOPORT 159 159 def_bool !PCI 160 - depends on !SH_CAYMAN && !SH_SH4202_MICRODEV && !SH_SHMIN 160 + depends on !SH_CAYMAN && !SH_SH4202_MICRODEV && !SH_SHMIN && \ 161 + !SH_HP6XX && !SH_SOLUTION_ENGINE 161 162 162 163 config IO_TRAPPED 163 164 bool