diff options
| author | Tom Rini <[email protected]> | 2022-06-16 14:04:36 -0400 |
|---|---|---|
| committer | Tom Rini <[email protected]> | 2022-07-05 17:03:02 -0400 |
| commit | d622b0892309a7835ee1ae50f2f07f0a14253ed1 (patch) | |
| tree | ff65fe703a2a0dc032cf21803a41a71e911b59b1 | |
| parent | 93145335fbf5cbe7f6b1ca42263a156620a37f7f (diff) | |
nxp: Rename board/freescale/common/Kconfig to arch/Kconfig.nxp
Now that board/freescale/common/Kconfig is safe to be included once,
globally, rename this to arch/Kconfig.nxp to better reflect that it
contains options that are valid on multiple architectures and SoC
families, and not specific to NXP reference platforms either.
Cc: Stefano Babic <[email protected]>
Cc: Peng Fan <[email protected]>
Signed-off-by: Tom Rini <[email protected]>
| -rw-r--r-- | arch/Kconfig | 7 | ||||
| -rw-r--r-- | arch/Kconfig.nxp (renamed from board/freescale/common/Kconfig) | 0 |
2 files changed, 6 insertions, 1 deletions
diff --git a/arch/Kconfig b/arch/Kconfig index 1ad61ab345a..6495e780fec 100644 --- a/arch/Kconfig +++ b/arch/Kconfig @@ -451,7 +451,12 @@ source "arch/x86/Kconfig" source "arch/xtensa/Kconfig" source "arch/riscv/Kconfig" -source "board/freescale/common/Kconfig" +if ARM || M68K || PPC + +source "arch/Kconfig.nxp" + +endif + source "board/keymile/Kconfig" if MIPS || MICROBLAZE diff --git a/board/freescale/common/Kconfig b/arch/Kconfig.nxp index 85acdde4436..85acdde4436 100644 --- a/board/freescale/common/Kconfig +++ b/arch/Kconfig.nxp |
