diff options
author | Tom Rini <trini@konsulko.com> | 2022-06-16 14:04:35 -0400 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2022-07-05 17:03:02 -0400 |
commit | 93145335fbf5cbe7f6b1ca42263a156620a37f7f (patch) | |
tree | 1b9bdf91c6d24acd0cb8fa7ff57b1f81e868c402 /board/freescale/imx8mp_evk | |
parent | 1e7750f1bc8005844c937e0ca6feaef45743f0c8 (diff) | |
download | u-boot-93145335fbf5cbe7f6b1ca42263a156620a37f7f.tar.gz u-boot-93145335fbf5cbe7f6b1ca42263a156620a37f7f.tar.bz2 u-boot-93145335fbf5cbe7f6b1ca42263a156620a37f7f.zip |
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/imx8mp_evk')
-rw-r--r-- | board/freescale/imx8mp_evk/Kconfig | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/board/freescale/imx8mp_evk/Kconfig b/board/freescale/imx8mp_evk/Kconfig index 42625fd588..cafa6329a4 100644 --- a/board/freescale/imx8mp_evk/Kconfig +++ b/board/freescale/imx8mp_evk/Kconfig @@ -12,6 +12,4 @@ config SYS_CONFIG_NAME config IMX_CONFIG default "board/freescale/imx8mp_evk/imximage-8mp-lpddr4.cfg" -source "board/freescale/common/Kconfig" - endif |