aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/tty
diff options
context:
space:
mode:
authorArnd Bergmann <arnd@arndb.de>2012-04-02 16:32:17 -0600
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2012-04-09 10:34:16 -0700
commitd8c4019b41aaf4d6401a4ceb3819b8e1afe21595 (patch)
tree7965e48ca20bc3f5e40d13c88619879aa67b270e /drivers/tty
parentserial: samsung: fix omission initialize ulcon in reset port fn() (diff)
downloadlinux-dev-d8c4019b41aaf4d6401a4ceb3819b8e1afe21595.tar.xz
linux-dev-d8c4019b41aaf4d6401a4ceb3819b8e1afe21595.zip
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>
Diffstat (limited to 'drivers/tty')
-rw-r--r--drivers/tty/serial/Kconfig2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/tty/serial/Kconfig b/drivers/tty/serial/Kconfig
index 665beb68f670..070b442c1f81 100644
--- a/drivers/tty/serial/Kconfig
+++ b/drivers/tty/serial/Kconfig
@@ -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