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

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

xtensa: ISS: don't depend on CONFIG_TTY



Build console support only when CONFIG_TTY is selected.
This restores ISS as the default platform for allnoconfig builds.

Signed-off-by: default avatarMax Filippov <jcmvbkbc@gmail.com>
Signed-off-by: default avatarChris Zankel <chris@zankel.net>
parent cfe8255f
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -243,7 +243,6 @@ choice

config XTENSA_PLATFORM_ISS
	bool "ISS"
	depends on TTY
	select XTENSA_CALIBRATE_CCOUNT
	select SERIAL_CONSOLE
	help
+2 −1
Original line number Diff line number Diff line
@@ -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