diff options
author | Tom Rini | 2022-06-16 14:04:35 -0400 |
---|---|---|
committer | Tom Rini | 2022-07-05 17:03:02 -0400 |
commit | 93145335fbf5cbe7f6b1ca42263a156620a37f7f (patch) | |
tree | 1b9bdf91c6d24acd0cb8fa7ff57b1f81e868c402 /board/bsh | |
parent | 1e7750f1bc8005844c937e0ca6feaef45743f0c8 (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/bsh')
-rw-r--r-- | board/bsh/imx8mn_smm_s2/Kconfig | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/board/bsh/imx8mn_smm_s2/Kconfig b/board/bsh/imx8mn_smm_s2/Kconfig index f43d058f218..041a9c78a66 100644 --- a/board/bsh/imx8mn_smm_s2/Kconfig +++ b/board/bsh/imx8mn_smm_s2/Kconfig @@ -22,8 +22,6 @@ config BOARD_SPECIFIC_OPTIONS # dummy def_bool y select BSH_SMM_S2_DDR3L_256 -source "board/freescale/common/Kconfig" - endif if TARGET_IMX8MN_BSH_SMM_S2PRO @@ -44,6 +42,4 @@ config BOARD_SPECIFIC_OPTIONS # dummy def_bool y select BSH_SMM_S2_DDR3L_512 -source "board/freescale/common/Kconfig" - endif |