diff options
author | Vladimir Zapolskiy | 2019-01-26 00:03:46 +0200 |
---|---|---|
committer | Vladimir Zapolskiy | 2019-01-26 00:06:26 +0200 |
commit | 74dd4017c76188dc04db513eb44e81b2a216f847 (patch) | |
tree | 614eed487470fb6f6da5457bcc79250e952c29aa /arch/arm/configs | |
parent | d9bed635a090ac8b52c9514ad3d715490e0ddeb3 (diff) |
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 <vz@mleia.com>
Diffstat (limited to 'arch/arm/configs')
-rw-r--r-- | arch/arm/configs/lpc32xx_defconfig | 1 |
1 files changed, 1 insertions, 0 deletions
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 |