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)
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

index 3ed829e..b7311d3 100644 (file)
@@ -655,7 +655,6 @@ config ARCH_MVEBU
        select SPL_TIMER if SPL
        select TIMER if !ARM64
        select OF_CONTROL
-       select OF_SEPARATE
        select SPI
        imply CMD_DM
 
@@ -1117,7 +1116,6 @@ config ARCH_SNAPDRAGON
        select GPIO_EXTRA_HEADER
        select MSM_SMEM
        select OF_CONTROL
-       select OF_SEPARATE
        select SMEM
        select SPMI
        select BOARD_LATE_INIT
@@ -1194,7 +1192,6 @@ config ARCH_SUNXI
        select DM_SERIAL
        select OF_BOARD_SETUP
        select OF_CONTROL
-       select OF_SEPARATE
        select PINCTRL
        select SPECIFY_CONSOLE_INDEX
        select SPL_SEPARATE_BSS if SPL
index 16324e1..b43dd5a 100644 (file)
@@ -4,7 +4,6 @@ config ARCH_S5P4418
        bool "Nexell S5P4418 SoC"
        select CPU_V7A
        select OF_CONTROL
-       select OF_SEPARATE
        select NX_GPIO
        select DM_SERIAL
        select PL01X_SERIAL
index 728ceca..9ea6303 100644 (file)
@@ -30,7 +30,6 @@ config BOARD_SPECIFIC_OPTIONS # dummy
        select HAS_ROM
        select MTD
        select OF_LIBFDT_OVERLAY
-       select OF_SEPARATE
        select PCI
        select PCIE_ECAM_GENERIC
        select SYS_PCI_64BIT