diff options
| author | Fabio Estevam <[email protected]> | 2023-02-15 11:48:49 -0300 |
|---|---|---|
| committer | Stefano Babic <[email protected]> | 2023-03-29 22:27:38 +0200 |
| commit | 5f012523c2912c2aa42bf09fa4c0453f71daffeb (patch) | |
| tree | 837b6bb79ed3860ca3dcc20d8e849fe5a2823bf7 | |
| parent | ca038fc0339c02c8a0b455b5d5f533928b284757 (diff) | |
mx51evk: Add DM_SERIAL support
The conversion to DM_SERIAL is mandatory, so add support
for it.
Signed-off-by: Fabio Estevam <[email protected]>
| -rw-r--r-- | configs/mx51evk_defconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/configs/mx51evk_defconfig b/configs/mx51evk_defconfig index b173648c8eb..832f718410a 100644 --- a/configs/mx51evk_defconfig +++ b/configs/mx51evk_defconfig @@ -57,6 +57,7 @@ CONFIG_DM_REGULATOR_GPIO=y CONFIG_POWER_FSL=y CONFIG_POWER_SPI=y CONFIG_RTC_MC13XXX=y +CONFIG_DM_SERIAL=y CONFIG_MXC_UART=y CONFIG_SPI=y CONFIG_MXC_SPI=y |
