diff options
author | Peng Fan <peng.fan@nxp.com> | 2022-04-11 18:02:16 +0800 |
---|---|---|
committer | Stefano Babic <sbabic@denx.de> | 2022-04-12 19:10:44 +0200 |
commit | ec191a81766575b955cd099e24db666781da42a9 (patch) | |
tree | d0150ab0f0bca72bc710992d2ba5f78899f785cc /configs/mx7dsabresd_defconfig | |
parent | eace9429516ee6d0d2992e65105f2262efeb1731 (diff) | |
download | u-boot-ec191a81766575b955cd099e24db666781da42a9.tar.gz u-boot-ec191a81766575b955cd099e24db666781da42a9.tar.bz2 u-boot-ec191a81766575b955cd099e24db666781da42a9.zip |
imx: mx7dsabresd: enable DM_SERIAL
Enable CONFIG_DM_SERIAL, and `dm tree` could show:
serial 1 [ ] serial_mxc | |-- serial@30a80000
Signed-off-by: Peng Fan <peng.fan@nxp.com>
Diffstat (limited to 'configs/mx7dsabresd_defconfig')
-rw-r--r-- | configs/mx7dsabresd_defconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/configs/mx7dsabresd_defconfig b/configs/mx7dsabresd_defconfig index 28fc36746f..d8c5dbcc93 100644 --- a/configs/mx7dsabresd_defconfig +++ b/configs/mx7dsabresd_defconfig @@ -67,6 +67,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_SPI=y CONFIG_DM_SPI=y |