diff options
| author | Fabio Estevam <[email protected]> | 2023-07-11 18:09:01 -0300 |
|---|---|---|
| committer | Stefano Babic <[email protected]> | 2023-07-13 11:29:41 +0200 |
| commit | 68bad63ee0e4ec532d698c775da599c9b260cbef (patch) | |
| tree | a2be7fd48a2eb958c9811b43c0d948c463431767 /configs | |
| 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 <[email protected]>
Diffstat (limited to 'configs')
| -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 |
