diff options
author | Kever Yang <kever.yang@rock-chips.com> | 2018-04-19 11:37:09 +0800 |
---|---|---|
committer | Philipp Tomsich <philipp.tomsich@theobroma-systems.com> | 2018-04-25 22:20:07 +0200 |
commit | c3c0331db1fb7b1f4ff41e144fc04353b37c785c (patch) | |
tree | 58468d10ccdaa4fdad92ab6b7cbd307ba7f88293 /arch/arm/mach-rockchip | |
parent | 932b2c98ebdd274eba6840840ef75f2e555d1543 (diff) | |
download | u-boot-c3c0331db1fb7b1f4ff41e144fc04353b37c785c.tar.gz u-boot-c3c0331db1fb7b1f4ff41e144fc04353b37c785c.tar.xz u-boot-c3c0331db1fb7b1f4ff41e144fc04353b37c785c.zip |
rockchip: enable SYS_NS16550 for all SoCs by default
All rockchip SoCs can use ns16550 driver, enable it for all
and set SYS_NS16550_MEM32 for all SoCs.
Version-changes: 2
- use imply instead of select
Signed-off-by: Kever Yang <kever.yang@rock-chips.com>
Acked-by: Philipp Tomsich <philipp.tomsich@theobroma-systems.com>
Reviewed-by: Philipp Tomsich <philipp.tomsich@theobroma-systems.com>
Diffstat (limited to 'arch/arm/mach-rockchip')
-rw-r--r-- | arch/arm/mach-rockchip/Kconfig | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/arm/mach-rockchip/Kconfig b/arch/arm/mach-rockchip/Kconfig index 0adaed4367..007cb22a34 100644 --- a/arch/arm/mach-rockchip/Kconfig +++ b/arch/arm/mach-rockchip/Kconfig @@ -103,7 +103,6 @@ config ROCKCHIP_RK3368 imply SPL_SERIAL_SUPPORT imply TPL_SERIAL_SUPPORT select DEBUG_UART_BOARD_INIT - select SYS_NS16550 help The Rockchip RK3368 is a ARM-based SoC with a octa-core (organised into a big and little cluster with 4 cores each) Cortex-A53 including |