summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLukasz Majewski <[email protected]>2023-05-19 12:43:56 +0200
committerStefano Babic <[email protected]>2023-07-11 14:40:04 +0200
commit474c0866514677d40594490d250bc6266319bb6c (patch)
treeac0a901804a8cba02c0f47550c7dd84b0d4be6cb
parent8134853b9329e751c206b5e713e340de4e789ca2 (diff)
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 <[email protected]>
-rw-r--r--arch/arm/Kconfig2
-rw-r--r--arch/arm/mach-imx/mxs/Kconfig1
2 files changed, 2 insertions, 1 deletions
diff --git a/arch/arm/Kconfig b/arch/arm/Kconfig
index 99264a64780..4604d41410c 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
diff --git a/arch/arm/mach-imx/mxs/Kconfig b/arch/arm/mach-imx/mxs/Kconfig
index 5cffc26103a..b4a281e82d4 100644
--- a/arch/arm/mach-imx/mxs/Kconfig
+++ b/arch/arm/mach-imx/mxs/Kconfig
@@ -45,6 +45,7 @@ config TARGET_MX28EVK
config TARGET_XEA
bool "Support XEA"
+ select PL01X_SERIAL
endchoice