Skip to content

Commit

Permalink
xtensa: ISS: don't depend on CONFIG_TTY
Browse files Browse the repository at this point in the history
Build console support only when CONFIG_TTY is selected.
This restores ISS as the default platform for allnoconfig builds.

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 May 5, 2014
1 parent cfe8255 commit 55b441b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
1 change: 0 additions & 1 deletion arch/xtensa/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -243,7 +243,6 @@ choice

config XTENSA_PLATFORM_ISS
bool "ISS"
depends on TTY
select XTENSA_CALIBRATE_CCOUNT
select SERIAL_CONSOLE
help
Expand Down
3 changes: 2 additions & 1 deletion arch/xtensa/platforms/iss/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
# "prom monitor" library routines under Linux.
#

obj-y = console.o setup.o
obj-y = setup.o
obj-$(CONFIG_TTY) += console.o
obj-$(CONFIG_NET) += network.o
obj-$(CONFIG_BLK_DEV_SIMDISK) += simdisk.o

0 comments on commit 55b441b

Please sign in to comment.