Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit c30b9c43 authored by Paul Mundt's avatar Paul Mundt
Browse files

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: default avatarPaul Mundt <lethal@linux-sh.org>
parent 63dc02bd
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -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