diff options
author | Peng Fan <peng.fan@nxp.com> | 2022-11-07 16:00:15 +0800 |
---|---|---|
committer | Stefano Babic <sbabic@denx.de> | 2023-01-31 12:11:34 +0100 |
commit | 0c49f68915b3c909ff1a87844684ad8063327c6c (patch) | |
tree | e20f9154bae9dcc94fe07556f2506f1ee8233be2 /configs/mx6sabreauto_defconfig | |
parent | beb403f9e53b8dddf330228bd5f79a62aad5fcdc (diff) | |
download | u-boot-0c49f68915b3c909ff1a87844684ad8063327c6c.tar.gz |
imx: mx6sabreauto_defconfig: select DM_SERIAL
Select DM_SERIAL
Signed-off-by: Peng Fan <peng.fan@nxp.com>
Diffstat (limited to 'configs/mx6sabreauto_defconfig')
-rw-r--r-- | configs/mx6sabreauto_defconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/configs/mx6sabreauto_defconfig b/configs/mx6sabreauto_defconfig index 8e94a84409d..639f552b6da 100644 --- a/configs/mx6sabreauto_defconfig +++ b/configs/mx6sabreauto_defconfig @@ -98,6 +98,7 @@ CONFIG_POWER_LEGACY=y CONFIG_POWER_PFUZE100=y CONFIG_DM_REGULATOR=y CONFIG_POWER_I2C=y +CONFIG_DM_SERIAL=y CONFIG_MXC_UART=y CONFIG_SPI=y CONFIG_DM_SPI=y |