summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFabio Estevam <[email protected]>2023-02-15 15:24:43 -0300
committerStefano Babic <[email protected]>2023-03-29 22:27:39 +0200
commit422a6f0a2d101bdcf1b0dee0c2fc18c59d17f217 (patch)
tree51a8ce9031f8953d0e050bbe6de32475957204b2
parent7f0be95d1b8f1d1c45a0af010d718bb9ef215069 (diff)
pico-imx6: Add DM_SERIAL support
The conversion to DM_SERIAL is mandatory, so add support for it. Signed-off-by: Fabio Estevam <[email protected]>
-rw-r--r--configs/pico-imx6_defconfig1
1 files changed, 1 insertions, 0 deletions
diff --git a/configs/pico-imx6_defconfig b/configs/pico-imx6_defconfig
index ed15d32d83d..300bb61f71a 100644
--- a/configs/pico-imx6_defconfig
+++ b/configs/pico-imx6_defconfig
@@ -82,6 +82,7 @@ CONFIG_RGMII=y
CONFIG_MII=y
CONFIG_PINCTRL=y
CONFIG_PINCTRL_IMX6=y
+CONFIG_DM_SERIAL=y
CONFIG_MXC_UART=y
CONFIG_USB=y
CONFIG_USB_GADGET=y