diff mbox series

[4/6] ARM: defconfig: lpc32xx: enable serial console on HS UART

Message ID 20190125220348.5357-5-vz@mleia.com (mailing list archive)
State Mainlined, archived
Commit 74dd4017c76188dc04db513eb44e81b2a216f847
Headers show
Series ARM: defconfig: lpc32xx: update NXP LPC32xx defconfig | expand

Commit Message

Vladimir Zapolskiy Jan. 25, 2019, 10:03 p.m. UTC
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 <vz@mleia.com>
---
 arch/arm/configs/lpc32xx_defconfig | 1 +
 1 file changed, 1 insertion(+)
diff mbox series

Patch

diff --git a/arch/arm/configs/lpc32xx_defconfig b/arch/arm/configs/lpc32xx_defconfig
index 0504eee8632c..b7aeef246134 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