]> Git Repo - J-u-boot.git/commit - arch/Kconfig
keymile: Move sourcing of common Kconfig
authorTom Rini <[email protected]>
Wed, 23 Mar 2022 21:19:55 +0000 (17:19 -0400)
committerTom Rini <[email protected]>
Fri, 1 Apr 2022 14:28:46 +0000 (10:28 -0400)
commitc6c0e56ff8573faa1097e28a53162907c7bea186
treec9b0b81c344f22ac019a47f8e34b43db138e74a8
parenta8a326e62d01cf958d7f8746572788e760d542ae
keymile: Move sourcing of common Kconfig

The way board/keymile/Kconfig is written protects the options there from
being parsed on non-keymile platforms.  We cannot however safely source
this file from multiple locations.  This does not manifest as a problem
currently as there are no choice statements inside of this file (nor the
sub-Kconfig files it sources).  However, moving some target selection to
one of these files exposes the underlying problem.  Rework things so
that we have this file sourced in arch/Kconfig.

Cc: Holger Brunck <[email protected]>
Signed-off-by: Tom Rini <[email protected]>
Reviewed-by: Holger Brunck <[email protected]>
arch/Kconfig
arch/arm/Kconfig
arch/arm/mach-kirkwood/Kconfig
arch/arm/mach-socfpga/Kconfig
arch/powerpc/cpu/mpc83xx/Kconfig
arch/powerpc/cpu/mpc85xx/Kconfig
This page took 0.035437 seconds and 4 git commands to generate.