Thread (19 messages) 19 messages, 5 authors, 2016-02-25

[PATCH v4 03/12] serial: mvebu-uart: initial support for Armada-3700 serial port

From: arnd@arndb.de (Arnd Bergmann)
Date: 2016-02-16 21:21:52
Also in: linux-devicetree, linux-ide, linux-serial, lkml

On Tuesday 16 February 2016 19:14:53 Gregory CLEMENT wrote:
+config SERIAL_MVEBU_UART
+       bool "Marvell EBU serial port support"
+       select SERIAL_CORE
It would be nice to make this a tristate option with

	depends on ARCH_MVEBU || COMPILE_TEST

so we can build it in an allmodconfig kernel as a standalone module
like the other drivers.
+
+config SERIAL_MVEBU_CONSOLE
+       bool "Console on Marvell EBU serial port"
+       depends on SERIAL_MVEBU_UART
then this one must become

	depends on SERIAL_MVEBU_UART

so it does not get enabled if the driver is not builtin.

	Arnd
Keyboard shortcuts
hback out one level
jnext message in thread
kprevious message in thread
ldrill in
Escclose help / fold thread tree
?toggle this help