From: Tony Dinh Date: Tue, 31 Jan 2023 22:06:54 +0000 (-0800) Subject: arm: kirkwood: Use CONFIG_SYS_NS16550 with DM_SERIAL for Kirkwood boards X-Git-Tag: v2023.04-rc2~3^2~5 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5c73428f4a6a3f57a255e04a43f40b0db4226046;p=pandora-u-boot.git arm: kirkwood: Use CONFIG_SYS_NS16550 with DM_SERIAL for Kirkwood boards CONFIG_SYS_NS16550 is required when DM_SERIAL is enabled for Kirkwood boards. Signed-off-by: Tony Dinh Reviewed-by: Tom Rini Reviewed-by: Stefan Roese --- diff --git a/arch/arm/mach-kirkwood/Kconfig b/arch/arm/mach-kirkwood/Kconfig index 45cc9326368..b19ed2c6b3e 100644 --- a/arch/arm/mach-kirkwood/Kconfig +++ b/arch/arm/mach-kirkwood/Kconfig @@ -15,6 +15,7 @@ config SHEEVA_88SV131 config KIRKWOOD_COMMON bool select DM_SERIAL + select SYS_NS16550 config HAS_CUSTOM_SYS_INIT_SP_ADDR bool "Use a custom location for the initial stack pointer address"