diff options
author | Peng Fan <peng.fan@nxp.com> | 2022-11-07 16:00:07 +0800 |
---|---|---|
committer | Stefano Babic <sbabic@denx.de> | 2023-01-31 12:11:33 +0100 |
commit | ac68737ebdfe0d4b855d2b9de3969cd193707d95 (patch) | |
tree | c21b09690d3a2f28a711a4345b49cf3d4a7fa2f2 | |
parent | ab79811c9f0118314c13fefb8d8739ff8e4c7669 (diff) | |
download | u-boot-ac68737ebdfe0d4b855d2b9de3969cd193707d95.tar.gz |
imx: mx6ull_14x14_evk: select DM_SERIAL
Select DM_SERIAL
Signed-off-by: Peng Fan <peng.fan@nxp.com>
-rw-r--r-- | configs/mx6ull_14x14_evk_defconfig | 1 | ||||
-rw-r--r-- | configs/mx6ull_14x14_evk_plugin_defconfig | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/configs/mx6ull_14x14_evk_defconfig b/configs/mx6ull_14x14_evk_defconfig index 881bc27a698..f1cc3d242fa 100644 --- a/configs/mx6ull_14x14_evk_defconfig +++ b/configs/mx6ull_14x14_evk_defconfig @@ -59,6 +59,7 @@ CONFIG_PINCTRL_IMX6=y CONFIG_DM_REGULATOR=y CONFIG_DM_REGULATOR_FIXED=y CONFIG_DM_REGULATOR_GPIO=y +CONFIG_DM_SERIAL=y CONFIG_MXC_UART=y CONFIG_SPI=y CONFIG_DM_SPI=y diff --git a/configs/mx6ull_14x14_evk_plugin_defconfig b/configs/mx6ull_14x14_evk_plugin_defconfig index 5e6766282e4..d3a9edae51a 100644 --- a/configs/mx6ull_14x14_evk_plugin_defconfig +++ b/configs/mx6ull_14x14_evk_plugin_defconfig @@ -58,6 +58,7 @@ CONFIG_MII=y CONFIG_PINCTRL=y CONFIG_PINCTRL_IMX6=y CONFIG_DM_REGULATOR=y +CONFIG_DM_SERIAL=y CONFIG_MXC_UART=y CONFIG_SPI=y CONFIG_DM_SPI=y |