aboutsummaryrefslogtreecommitdiff
path: root/arch/arm/Kconfig
diff options
context:
space:
mode:
authorLukasz Majewski <lukma@denx.de>2023-05-19 12:43:56 +0200
committerStefano Babic <sbabic@denx.de>2023-07-11 14:40:04 +0200
commit474c0866514677d40594490d250bc6266319bb6c (patch)
treeac0a901804a8cba02c0f47550c7dd84b0d4be6cb /arch/arm/Kconfig
parent8134853b9329e751c206b5e713e340de4e789ca2 (diff)
downloadu-boot-474c0866514677d40594490d250bc6266319bb6c.zip
u-boot-474c0866514677d40594490d250bc6266319bb6c.tar.gz
u-boot-474c0866514677d40594490d250bc6266319bb6c.tar.bz2
arm: Kconfig: Switch XEA (imx287 based) board to use CONFIG_PL01X_SERIAL
The CONFIG_PL011 used by all other ARCH_MX28 based boards is not supporting DM_SERIAL. Instead, other define - namely CONFIG_PL01X_SERIAL shall be used by boards supporting DM_SERIAL. Signed-off-by: Lukasz Majewski <lukma@denx.de>
Diffstat (limited to 'arch/arm/Kconfig')
-rw-r--r--arch/arm/Kconfig2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/Kconfig b/arch/arm/Kconfig
index 99264a6..4604d41 100644
--- a/arch/arm/Kconfig
+++ b/arch/arm/Kconfig
@@ -919,7 +919,7 @@ config ARCH_MX28
bool "NXP i.MX28 family"
select CPU_ARM926EJS
select GPIO_EXTRA_HEADER
- select PL011_SERIAL
+ select PL011_SERIAL if !TARGET_XEA
select MACH_IMX
select SUPPORT_SPL