aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--arch/xtensa/Kconfig3
1 files changed, 2 insertions, 1 deletions
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
37 def_bool n 37 def_bool n
38 38
39config NO_IOPORT 39config NO_IOPORT
40 def_bool y 40 def_bool n
41 41
42config HZ 42config HZ
43 int 43 int
@@ -144,6 +144,7 @@ config XTENSA_PLATFORM_XT2000
144config XTENSA_PLATFORM_S6105 144config XTENSA_PLATFORM_S6105
145 bool "S6105" 145 bool "S6105"
146 select SERIAL_CONSOLE 146 select SERIAL_CONSOLE
147 select NO_IOPORT
147 148
148endchoice 149endchoice
149 150