Skip to content

Commit

Permalink
xtensa: set NO_IOPORT to 'n' by default
Browse files Browse the repository at this point in the history
Signed-off-by: Max Filippov <jcmvbkbc@gmail.com>
Signed-off-by: Chris Zankel <chris@zankel.net>
  • Loading branch information
Max Filippov authored and Chris Zankel committed Oct 3, 2012
1 parent d38efc1 commit d046f77
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion arch/xtensa/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ config ARCH_HAS_ILOG2_U64
def_bool n

config NO_IOPORT
def_bool y
def_bool n

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

endchoice

Expand Down

0 comments on commit d046f77

Please sign in to comment.