mirror of
https://github.com/torvalds/linux.git
synced 2024-11-12 07:01:57 +00:00
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: Arnd Bergmann <arnd@arndb.de> Signed-off-by: Mathieu Poirier <mathieu.poirier@linaro.org> Acked-by: Govindraj.R <govindraj.raja@ti.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
parent
7b246a1d0d
commit
d8c4019b41
@ -1041,7 +1041,7 @@ config SERIAL_OMAP
|
||||
|
||||
config SERIAL_OMAP_CONSOLE
|
||||
bool "Console on OMAP serial port"
|
||||
depends on SERIAL_OMAP
|
||||
depends on SERIAL_OMAP=y
|
||||
select SERIAL_CORE_CONSOLE
|
||||
help
|
||||
Select this option if you would like to use omap serial port as
|
||||
|
Loading…
Reference in New Issue
Block a user