diff options
author | Fabio Estevam <festevam@denx.de> | 2023-07-11 18:09:02 -0300 |
---|---|---|
committer | Stefano Babic <sbabic@denx.de> | 2023-07-13 11:29:41 +0200 |
commit | 9a38d889a1209472aa7736e6b219f69e970dc1fc (patch) | |
tree | 5e087ea1d2ef7f44046cc689bc56968c90aa807a /arch/arm/mach-imx | |
parent | 68bad63ee0e4ec532d698c775da599c9b260cbef (diff) |
mx23evk: 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 'arch/arm/mach-imx')
-rw-r--r-- | arch/arm/mach-imx/mxs/Kconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/mach-imx/mxs/Kconfig b/arch/arm/mach-imx/mxs/Kconfig index 0fd4758cc67..6b9d5c95697 100644 --- a/arch/arm/mach-imx/mxs/Kconfig +++ b/arch/arm/mach-imx/mxs/Kconfig @@ -14,6 +14,7 @@ config TARGET_MX23_OLINUXINO config TARGET_MX23EVK bool "Support mx23evk" + select PL01X_SERIAL select BOARD_EARLY_INIT_F config TARGET_XFI3 |