[PATCH 19/30] tty/serial/omap: console can only be built-in

2011-10-02 Thread Arnd Bergmann
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 a...@arndb.de Cc: Govindraj.R govindraj.r...@ti.com --- drivers/tty/serial/Kconfig |2 +- 1 files changed, 1

Re: [PATCH 19/30] tty/serial/omap: console can only be built-in

2011-10-02 Thread Govindraj
On Sun, Oct 2, 2011 at 8:15 PM, Arnd Bergmann a...@arndb.de wrote: 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. Agree. Signed-off-by: Arnd Bergmann a...@arndb.de Cc: Govindraj.R