On Tuesday 16 February 2016 22:27:06 Thomas Petazzoni wrote:
Arnd,
On Tue, 16 Feb 2016 22:20:51 +0100, Arnd Bergmann wrote:
quoted
quoted
+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.
Hm, what's the different between "depends on SERIAL_MVEBU_UART" and
"depends on SERIAL_MVEBU_UART" ? Is it the late time that causes my
eyes to misunderstand what you mean, or some typo on your side ?
typo: I meant
depends on SERIAL_MVEBU_UART=y
Arnd