[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <20120323183339.GH9859@atomide.com>
Date: Fri, 23 Mar 2012 11:33:39 -0700
From: Tony Lindgren <tony@...mide.com>
To: mathieu.poirier@...aro.org
Cc: linux-omap@...r.kernel.org, linux-arm-kernel@...ts.infradead.org,
linux-kernel@...r.kernel.org, arnd@...db.de
Subject: Re: [PATCH 5/9] tty/serial/omap: console can only be built-in
* mathieu.poirier@...aro.org <mathieu.poirier@...aro.org> [120323 10:16]:
> From: Arnd Bergmann <arnd@...db.de>
>
> 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.
Looks valid to me, this should get posted and merged via
linux-serial@...r.kernel.org.
Tony
>
> Signed-off-by: Arnd Bergmann <arnd@...db.de>
> Signed-off-by: Mathieu Poirier <mathieu.poirier@...aro.org>
> Acked-by: Govindraj.R <govindraj.raja@...com>
> ---
> drivers/tty/serial/Kconfig | 2 +-
> 1 files changed, 1 insertions(+), 1 deletions(-)
>
> diff --git a/drivers/tty/serial/Kconfig b/drivers/tty/serial/Kconfig
> index 2de9924..bcf7e24 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
> --
> 1.7.5.4
>
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists