diff options
author | Fabio Estevam | 2023-02-15 14:46:33 -0300 |
---|---|---|
committer | Stefano Babic | 2023-03-29 22:27:39 +0200 |
commit | 7f0be95d1b8f1d1c45a0af010d718bb9ef215069 (patch) | |
tree | 06e7dda48f1dc563451bec588e9b83d8a63ad6c0 /configs/udoo_defconfig | |
parent | 99080841095559621e4825f005a5d5a33107c0cc (diff) |
udoo: Add DM_SERIAL support
The conversion to DM_SERIAL is mandatory, so add support
for it.
Signed-off-by: Fabio Estevam <festevam@denx.de>
Diffstat (limited to 'configs/udoo_defconfig')
-rw-r--r-- | configs/udoo_defconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/configs/udoo_defconfig b/configs/udoo_defconfig index 6be8fad1e96..d7f1c98920e 100644 --- a/configs/udoo_defconfig +++ b/configs/udoo_defconfig @@ -55,5 +55,6 @@ CONFIG_MII=y CONFIG_PINCTRL=y CONFIG_PINCTRL_IMX6=y CONFIG_DM_SCSI=y +CONFIG_DM_SERIAL=y CONFIG_MXC_UART=y CONFIG_DM_THERMAL=y |