]> git.dujemihanovic.xyz Git - u-boot.git/commit
arm: mach-sc5xx: clean up Kconfig
authorOliver Gaskell <Oliver.Gaskell@analog.com>
Thu, 12 Sep 2024 15:50:53 +0000 (16:50 +0100)
committerTom Rini <trini@konsulko.com>
Thu, 3 Oct 2024 15:29:22 +0000 (09:29 -0600)
commit170b8e9ced28199c60ad207eef15a66874841435
tree37dd0b593d3babb9a0b36a020285c76a7f92cb41
parent3e724aab2fd4e5530c973ab1a4c944e4b3f3b547
arm: mach-sc5xx: clean up Kconfig

Moves common options between all SC5xx series boards to the ARCH_SC5XX
option instead of duplicating them.

Also, it was possible to select multiple of the SoC support options.
Given a U-Boot binary can only support a single platform, this moves
the SoC selection to a `choice`, making them mutually exclusive.

Signed-off-by: Oliver Gaskell <Oliver.Gaskell@analog.com>
arch/arm/Kconfig
arch/arm/mach-sc5xx/Kconfig