aboutsummaryrefslogtreecommitdiff
path: root/board/freescale/t208xqds
diff options
context:
space:
mode:
authorTom Rini2022-06-16 14:04:35 -0400
committerTom Rini2022-07-05 17:03:02 -0400
commit93145335fbf5cbe7f6b1ca42263a156620a37f7f (patch)
tree1b9bdf91c6d24acd0cb8fa7ff57b1f81e868c402 /board/freescale/t208xqds
parent1e7750f1bc8005844c937e0ca6feaef45743f0c8 (diff)
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/t208xqds')
-rw-r--r--board/freescale/t208xqds/Kconfig2
1 files changed, 0 insertions, 2 deletions
diff --git a/board/freescale/t208xqds/Kconfig b/board/freescale/t208xqds/Kconfig
index 58a31b65278..c419a59dbb6 100644
--- a/board/freescale/t208xqds/Kconfig
+++ b/board/freescale/t208xqds/Kconfig
@@ -12,6 +12,4 @@ config SYS_CONFIG_NAME
config SRIO_PCIE_BOOT_SLAVE
bool "Boot as a SRIO PCIe slave device"
-source "board/freescale/common/Kconfig"
-
endif