From: Max Filippov Date: Mon, 17 Sep 2012 01:44:41 +0000 (+0400) Subject: xtensa: set NO_IOPORT to 'n' by default X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=d046f77ec4a48d8840a9007451b20162eabe6943;p=linux-beck.git xtensa: set NO_IOPORT to 'n' by default Signed-off-by: Max Filippov Signed-off-by: Chris Zankel --- diff --git a/arch/xtensa/Kconfig b/arch/xtensa/Kconfig index 2debe94443b2..2df296a64cda 100644 --- a/arch/xtensa/Kconfig +++ b/arch/xtensa/Kconfig @@ -37,7 +37,7 @@ config ARCH_HAS_ILOG2_U64 def_bool n config NO_IOPORT - def_bool y + def_bool n config HZ int @@ -144,6 +144,7 @@ config XTENSA_PLATFORM_XT2000 config XTENSA_PLATFORM_S6105 bool "S6105" select SERIAL_CONSOLE + select NO_IOPORT endchoice