summaryrefslogtreecommitdiff
path: root/board/freescale/ls1088a
diff options
context:
space:
mode:
authorTom Rini <trini@konsulko.com>2022-06-16 21:04:35 +0300
committerTom Rini <trini@konsulko.com>2022-07-06 00:03:02 +0300
commit93145335fbf5cbe7f6b1ca42263a156620a37f7f (patch)
tree1b9bdf91c6d24acd0cb8fa7ff57b1f81e868c402 /board/freescale/ls1088a
parent1e7750f1bc8005844c937e0ca6feaef45743f0c8 (diff)
downloadu-boot-93145335fbf5cbe7f6b1ca42263a156620a37f7f.tar.xz
nxp: Make board/freescale/common/Kconfig safe to include once in arch/Kconfig
The way that we use this file currently means that we have to guard it in every platform Kconfig. But it is also required in all NXP platforms, including non-reference platforms. Make all options in it have appropriate dependencies so that we can include it a single time under arch/Kconfig Signed-off-by: Tom Rini <trini@konsulko.com>
Diffstat (limited to 'board/freescale/ls1088a')
-rw-r--r--board/freescale/ls1088a/Kconfig2
1 files changed, 0 insertions, 2 deletions
diff --git a/board/freescale/ls1088a/Kconfig b/board/freescale/ls1088a/Kconfig
index 8bb828e3fd..f1a4523606 100644
--- a/board/freescale/ls1088a/Kconfig
+++ b/board/freescale/ls1088a/Kconfig
@@ -26,7 +26,6 @@ config SYS_LS_PPA_ESBC_ADDR
endif
endif
-source "board/freescale/common/Kconfig"
endif
if TARGET_LS1088ARDB
@@ -57,5 +56,4 @@ config SYS_LS_PPA_ESBC_ADDR
endif
endif
-source "board/freescale/common/Kconfig"
endif