[PATCH 08/22] keymile: Move sourcing of common Kconfig
Holger Brunck
holger.brunck at hitachienergy.com
Thu Mar 24 08:45:59 CET 2022
>
> 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 <holger.brunck at hitachienergy.com>
> Signed-off-by: Tom Rini <trini at konsulko.com>
> ---
> arch/Kconfig | 2 ++
> arch/arm/Kconfig | 1 -
> arch/arm/mach-kirkwood/Kconfig | 1 -
> arch/arm/mach-socfpga/Kconfig | 2 --
> arch/powerpc/cpu/mpc83xx/Kconfig | 1 -
> arch/powerpc/cpu/mpc85xx/Kconfig | 1 -
> 6 files changed, 2 insertions(+), 6 deletions(-)
>
Reviewed-by: Holger Brunck <holger.brunck at hitachienergy.com>
More information about the U-Boot
mailing list