mirror of
https://github.com/smaeul/u-boot.git
synced 2025-10-14 12:56:00 +01:00
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 <sbabic@denx.de> Cc: Peng Fan <peng.fan@nxp.com> Signed-off-by: Tom Rini <trini@konsulko.com>
This commit is contained in:
parent
93145335fb
commit
d622b08923
@ -451,7 +451,12 @@ source "arch/x86/Kconfig"
|
|||||||
source "arch/xtensa/Kconfig"
|
source "arch/xtensa/Kconfig"
|
||||||
source "arch/riscv/Kconfig"
|
source "arch/riscv/Kconfig"
|
||||||
|
|
||||||
source "board/freescale/common/Kconfig"
|
if ARM || M68K || PPC
|
||||||
|
|
||||||
|
source "arch/Kconfig.nxp"
|
||||||
|
|
||||||
|
endif
|
||||||
|
|
||||||
source "board/keymile/Kconfig"
|
source "board/keymile/Kconfig"
|
||||||
|
|
||||||
if MIPS || MICROBLAZE
|
if MIPS || MICROBLAZE
|
||||||
|
Loading…
x
Reference in New Issue
Block a user