Kconfig: Do not "select OF_SEPARATE"
authorTom Rini <trini@konsulko.com>
Sat, 15 Mar 2025 01:28:49 +0000 (19:28 -0600)
committerTom Rini <trini@konsulko.com>
Tue, 1 Apr 2025 14:45:58 +0000 (08:45 -0600)
commitda20dfb2e901d499fe18c6302987432604e6f999
treef06b496ee136299181b18f587af3a34422d82b03
parent80c61c5ce868a74792609c5ae82eed149154e24c
Kconfig: Do not "select OF_SEPARATE"

As the code is today, we get a warning about "select" statements on
"choice" options not doing anything. In the case of OF_SEPARATE this is
the default so we do not need to do anything here normally to enforce
this.

Signed-off-by: Tom Rini <trini@konsulko.com>
arch/arm/Kconfig
arch/arm/mach-nexell/Kconfig
board/emulation/qemu-sbsa/Kconfig