mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-24 21:54:01 +00:00
rockchip: serial: Kconfig: add select SYS_NS16550 to config ROCKCHIP_SERIAL
The Rockchip serial driver depends on an enabled NS16550 driver, so add select SYS_NS16550 to config ROCKCHIP_SERIAL. Signed-off-by: Johan Jonker <jbx6244@gmail.com> Reviewed-by: Simon Glass <sjg@chromium.org> Reviewed-by: Kever Yang <kever.yang@rock-chips.com>
This commit is contained in:
parent
6e2ee2ebb8
commit
6dcaf2d22b
1 changed files with 1 additions and 0 deletions
|
@ -763,6 +763,7 @@ config PL01X_SERIAL
|
|||
config ROCKCHIP_SERIAL
|
||||
bool "Rockchip on-chip UART support"
|
||||
depends on DM_SERIAL && SPL_OF_PLATDATA
|
||||
select SYS_NS16550
|
||||
help
|
||||
Select this to enable a debug UART for Rockchip devices when using
|
||||
CONFIG_SPL_OF_PLATDATA (i.e. a compiled-in device tree replacemenmt).
|
||||
|
|
Loading…
Reference in a new issue