From: Vladimir Zapolskiy Date: Fri, 25 Jan 2019 22:03:46 +0000 (+0200) Subject: ARM: defconfig: lpc32xx: enable serial console on HS UART X-Git-Tag: v5.1-rc1~155^2~7^2~4 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=74dd4017c76188dc04db513eb44e81b2a216f847;p=thirdparty%2Fkernel%2Flinux.git ARM: defconfig: lpc32xx: enable serial console on HS UART It is possible to configure NXP LPC32xx powered boards to have serial consoles on HS UARTs, enable this option by default. Signed-off-by: Vladimir Zapolskiy --- diff --git a/arch/arm/configs/lpc32xx_defconfig b/arch/arm/configs/lpc32xx_defconfig index 0504eee8632cb..b7aeef2461344 100644 --- a/arch/arm/configs/lpc32xx_defconfig +++ b/arch/arm/configs/lpc32xx_defconfig @@ -89,6 +89,7 @@ CONFIG_SERIAL_8250=y CONFIG_SERIAL_8250_CONSOLE=y CONFIG_SERIAL_OF_PLATFORM=y CONFIG_SERIAL_HS_LPC32XX=y +CONFIG_SERIAL_HS_LPC32XX_CONSOLE=y # CONFIG_HW_RANDOM is not set CONFIG_I2C_CHARDEV=y CONFIG_I2C_PNX=y