diff options
author | Fabio Estevam <festevam@denx.de> | 2022-11-04 08:12:55 -0300 |
---|---|---|
committer | Stefano Babic <sbabic@denx.de> | 2022-11-09 17:12:31 +0100 |
commit | 20cc70a84f5d8bb0795f09daccbf06f6a846d14b (patch) | |
tree | 01bae36fff64777bda1b9c2be02cef9cdacb1b02 /configs/wandboard_defconfig | |
parent | f827f84d3f5607d0b33e927f6127a888e7bd664f (diff) | |
download | u-boot-20cc70a84f5d8bb0795f09daccbf06f6a846d14b.tar.gz u-boot-20cc70a84f5d8bb0795f09daccbf06f6a846d14b.tar.bz2 u-boot-20cc70a84f5d8bb0795f09daccbf06f6a846d14b.zip |
wandboard: Select DM_SERIAL
The conversion to DM_SERIAL is mandatory, so select this
option.
Signed-off-by: Fabio Estevam <festevam@denx.de>
Diffstat (limited to 'configs/wandboard_defconfig')
-rw-r--r-- | configs/wandboard_defconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/configs/wandboard_defconfig b/configs/wandboard_defconfig index 70b4cf9ffa..33d9db56e1 100644 --- a/configs/wandboard_defconfig +++ b/configs/wandboard_defconfig @@ -72,6 +72,7 @@ CONFIG_PINCTRL_IMX6=y CONFIG_DM_PMIC=y CONFIG_DM_PMIC_PFUZE100=y CONFIG_DM_SCSI=y +CONFIG_DM_SERIAL=y CONFIG_MXC_UART=y CONFIG_DM_THERMAL=y CONFIG_USB=y |