diff options
author | Camelia Groza <camelia.groza@nxp.com> | 2023-07-11 15:49:23 +0300 |
---|---|---|
committer | Peng Fan <peng.fan@nxp.com> | 2023-07-13 16:54:35 +0800 |
commit | 8cdf82a3e733e03d250cfbfc0f5f9341f60ccaaa (patch) | |
tree | d04c6ba0954472458d218a84e27fed18dab94bea | |
parent | cd944300872f17b36471a2b6100626eb6d484bcf (diff) |
configs: T4240RDB: enable DM_SERIAL
As the serial devices are configured in the device tree, enable
DM_SERIAL in the non-SPL T4240RDB defconfig.
Signed-off-by: Camelia Groza <camelia.groza@nxp.com>
Signed-off-by: Peng Fan <peng.fan@nxp.com>
-rw-r--r-- | configs/T4240RDB_defconfig | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/configs/T4240RDB_defconfig b/configs/T4240RDB_defconfig index eddd6fb6ffa..4b63ef413a6 100644 --- a/configs/T4240RDB_defconfig +++ b/configs/T4240RDB_defconfig @@ -96,7 +96,9 @@ CONFIG_MII=y CONFIG_DM_PCI_COMPAT=y CONFIG_PCIE_FSL=y CONFIG_SYS_QE_FMAN_FW_IN_NOR=y -CONFIG_SYS_NS16550_SERIAL=y +CONFIG_SPECIFY_CONSOLE_INDEX=y +CONFIG_DM_SERIAL=y +CONFIG_SYS_NS16550=y CONFIG_SPI=y CONFIG_DM_SPI=y CONFIG_FSL_ESPI=y |