diff options
author | Fabio Estevam | 2023-07-11 18:09:01 -0300 |
---|---|---|
committer | Stefano Babic | 2023-07-13 11:29:41 +0200 |
commit | 68bad63ee0e4ec532d698c775da599c9b260cbef (patch) | |
tree | a2be7fd48a2eb958c9811b43c0d948c463431767 /configs/mx28evk_defconfig | |
parent | 214a986f132d749532fa15835498e1a6b723e191 (diff) |
mx28evk: Convert to CONFIG_DM_SERIAL
The conversion to CONFIG_DM_SERIAL is mandatory, so select this option.
Signed-off-by: Fabio Estevam <festevam@denx.de>
Diffstat (limited to 'configs/mx28evk_defconfig')
-rw-r--r-- | configs/mx28evk_defconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configs/mx28evk_defconfig b/configs/mx28evk_defconfig index dad8839a6c1..df0cceaea71 100644 --- a/configs/mx28evk_defconfig +++ b/configs/mx28evk_defconfig @@ -62,6 +62,6 @@ CONFIG_DM_REGULATOR=y CONFIG_DM_REGULATOR_FIXED=y CONFIG_DM_REGULATOR_GPIO=y CONFIG_RTC_MXS=y -CONFIG_CONS_INDEX=0 +CONFIG_DM_SERIAL=y CONFIG_SPI=y CONFIG_USB=y |