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>
This commit is contained in:
Lukasz Majewski 2023-05-19 12:43:56 +02:00 committed by Stefano Babic
parent 8134853b93
commit 474c086651
2 changed files with 2 additions and 1 deletions

View file

@ -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

View file

@ -45,6 +45,7 @@ config TARGET_MX28EVK
config TARGET_XEA
bool "Support XEA"
select PL01X_SERIAL
endchoice