aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFabio Estevam2023-04-16 14:55:04 -0300
committerStefano Babic2023-05-02 10:57:32 +0200
commitb016fcf723c976ff50c4d4b0848c89cb06158c57 (patch)
tree1941f2fa9450a9cd3808f60b0c345e86c93c6a3d
parentebe2e0c309470249ffb09480d39c2dea9e64871c (diff)
pico-imx6ul: Convert to CONFIG_DM_SERIAL
The conversion to CONFIG_DM_SERIAL is mandatory, so select this option. Signed-off-by: Fabio Estevam <festevam@denx.de>
-rw-r--r--configs/pico-imx6ul_defconfig1
1 files changed, 1 insertions, 0 deletions
diff --git a/configs/pico-imx6ul_defconfig b/configs/pico-imx6ul_defconfig
index dcee179fcff..4e60159a462 100644
--- a/configs/pico-imx6ul_defconfig
+++ b/configs/pico-imx6ul_defconfig
@@ -76,6 +76,7 @@ CONFIG_DM_REGULATOR=y
CONFIG_DM_REGULATOR_PFUZE100=y
CONFIG_DM_REGULATOR_FIXED=y
CONFIG_DM_REGULATOR_GPIO=y
+CONFIG_DM_SERIAL=y
CONFIG_MXC_UART=y
CONFIG_USB=y
CONFIG_USB_MAX_CONTROLLER_COUNT=2