Commit d8c4019b authored by Arnd Bergmann's avatar Arnd Bergmann Committed by Greg Kroah-Hartman

tty/serial/omap: console can only be built-in

When the omap serial driver is built as a module, we must
not allow the console driver to be selected, because consoles
can not be loadable modules.
Signed-off-by: default avatarArnd Bergmann <arnd@arndb.de>
Signed-off-by: default avatarMathieu Poirier <mathieu.poirier@linaro.org>
Acked-by: default avatarGovindraj.R <govindraj.raja@ti.com>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
parent 7b246a1d
...@@ -1041,7 +1041,7 @@ config SERIAL_OMAP ...@@ -1041,7 +1041,7 @@ config SERIAL_OMAP
config SERIAL_OMAP_CONSOLE config SERIAL_OMAP_CONSOLE
bool "Console on OMAP serial port" bool "Console on OMAP serial port"
depends on SERIAL_OMAP depends on SERIAL_OMAP=y
select SERIAL_CORE_CONSOLE select SERIAL_CORE_CONSOLE
help help
Select this option if you would like to use omap serial port as Select this option if you would like to use omap serial port as
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment