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 /arch | |
| 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 'arch')
| -rw-r--r-- | arch/arm/Kconfig | 1 | ||||
| -rw-r--r-- | arch/arm/mach-imx/mxs/Kconfig | 1 |
2 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/Kconfig b/arch/arm/Kconfig index 17d69d27262..e00c9ee4543 100644 --- a/arch/arm/Kconfig +++ b/arch/arm/Kconfig @@ -919,7 +919,6 @@ config ARCH_MX28 bool "NXP i.MX28 family" select CPU_ARM926EJS select GPIO_EXTRA_HEADER - select PL011_SERIAL if !TARGET_XEA select MACH_IMX select SUPPORT_SPL diff --git a/arch/arm/mach-imx/mxs/Kconfig b/arch/arm/mach-imx/mxs/Kconfig index b4a281e82d4..0fd4758cc67 100644 --- a/arch/arm/mach-imx/mxs/Kconfig +++ b/arch/arm/mach-imx/mxs/Kconfig @@ -41,6 +41,7 @@ choice config TARGET_MX28EVK bool "Support mx28evk" + select PL01X_SERIAL select BOARD_EARLY_INIT_F config TARGET_XEA |
