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 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 > Cc: Govindraj.R Acked-by: Govindraj.R > -

[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 Cc: Govindraj.R --- drivers/tty/serial/Kconfig |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --gi