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 <tr...@konsulko.com>
---
 arch/arm/Kconfig                  | 3 ---
 arch/arm/mach-nexell/Kconfig      | 1 -
 board/emulation/qemu-sbsa/Kconfig | 1 -
 3 files changed, 5 deletions(-)

diff --git a/arch/arm/Kconfig b/arch/arm/Kconfig
index 071fbf1fb202..447f7992fa53 100644
--- a/arch/arm/Kconfig
+++ b/arch/arm/Kconfig
@@ -648,7 +648,6 @@ config ARCH_MVEBU
        select SPL_TIMER if SPL
        select TIMER if !ARM64
        select OF_CONTROL
-       select OF_SEPARATE
        select SPI
        imply CMD_DM
 
@@ -1110,7 +1109,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
@@ -1183,7 +1181,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
diff --git a/arch/arm/mach-nexell/Kconfig b/arch/arm/mach-nexell/Kconfig
index 16324e15206f..b43dd5a5c258 100644
--- a/arch/arm/mach-nexell/Kconfig
+++ b/arch/arm/mach-nexell/Kconfig
@@ -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
diff --git a/board/emulation/qemu-sbsa/Kconfig 
b/board/emulation/qemu-sbsa/Kconfig
index 728cecae6b3c..9ea6303ec9ca 100644
--- a/board/emulation/qemu-sbsa/Kconfig
+++ b/board/emulation/qemu-sbsa/Kconfig
@@ -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
-- 
2.43.0

Reply via email to