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: v2025.01-rc5-pxa1908~1104^2~5 X-Git-Url: http://git.dujemihanovic.xyz/%22/img/sics.gif/%22/static/git-favicon.png?a=commitdiff_plain;h=5c73428f4a6a3f57a255e04a43f40b0db4226046;p=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 45cc932636..b19ed2c6b3 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"