summaryrefslogtreecommitdiff
path: root/configs/P2020RDB-PC_defconfig
diff options
context:
space:
mode:
authorTom Rini <[email protected]>2026-03-19 10:33:43 -0600
committerTom Rini <[email protected]>2026-03-23 08:02:08 -0600
commitf09e500f6d242d35fc477dcc2dbcfd469188b5a5 (patch)
treeefcce26eaf92e174e007d86636ce0fa8c26a73cc /configs/P2020RDB-PC_defconfig
parenta22e9e1b8ec7c96664072d7e629e811c318fb92a (diff)
serial: Enable SYS_NS16550 on incorrectly migrated platforms
With the migration to DM_SERIAL in commit 191b10ac70d7 ("PowerPC / Layerscape: Finish migration to DM_SERIAL") a number of platforms were incorrectly migrated and did not enable SYS_NS16550 despite previously having enabled the non-DM NS16650 serial driver. Enable these now. Fixes: 191b10ac70d7 ("PowerPC / Layerscape: Finish migration to DM_SERIAL") Reported-by: Michael Walle <[email protected]> Reviewed-by: Vladimir Oltean <[email protected]> Signed-off-by: Tom Rini <[email protected]>
Diffstat (limited to 'configs/P2020RDB-PC_defconfig')
-rw-r--r--configs/P2020RDB-PC_defconfig1
1 files changed, 1 insertions, 0 deletions
diff --git a/configs/P2020RDB-PC_defconfig b/configs/P2020RDB-PC_defconfig
index 95e004b4b44..46bf6f18b72 100644
--- a/configs/P2020RDB-PC_defconfig
+++ b/configs/P2020RDB-PC_defconfig
@@ -114,6 +114,7 @@ CONFIG_PCIE_FSL=y
CONFIG_DM_RTC=y
CONFIG_RTC_PT7C4338=y
CONFIG_DM_SERIAL=y
+CONFIG_SYS_NS16550=y
CONFIG_SPI=y
CONFIG_DM_SPI=y
CONFIG_FSL_ESPI=y