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

Commit d046f77e authored by Max Filippov's avatar Max Filippov Committed by Chris Zankel
Browse files

xtensa: set NO_IOPORT to 'n' by default



Signed-off-by: default avatarMax Filippov <jcmvbkbc@gmail.com>
Signed-off-by: default avatarChris Zankel <chris@zankel.net>
parent d38efc1f
Loading
Loading
Loading
Loading
+2 −1
Original line number Original line Diff line number Diff line
@@ -37,7 +37,7 @@ config ARCH_HAS_ILOG2_U64
	def_bool n
	def_bool n


config NO_IOPORT
config NO_IOPORT
	def_bool y
	def_bool n


config HZ
config HZ
	int
	int
@@ -144,6 +144,7 @@ config XTENSA_PLATFORM_XT2000
config XTENSA_PLATFORM_S6105
config XTENSA_PLATFORM_S6105
	bool "S6105"
	bool "S6105"
	select SERIAL_CONSOLE
	select SERIAL_CONSOLE
	select NO_IOPORT


endchoice
endchoice