[U-Boot] [PATCH 4/5] x86: Kconfig: Move DM_SPI & DM_SPI_FLASH to arch/Kconfig

Since all x86 boards have been converted to use DM_SPI and DM_SPI_FLASH, move them to arch/Kconfig x86 section.
Signed-off-by: Bin Meng bmeng.cn@gmail.com ---
arch/Kconfig | 2 ++ arch/x86/Kconfig | 6 ------ 2 files changed, 2 insertions(+), 6 deletions(-)
diff --git a/arch/Kconfig b/arch/Kconfig index 1102346..200588a 100644 --- a/arch/Kconfig +++ b/arch/Kconfig @@ -93,6 +93,8 @@ config X86 select DM select DM_SERIAL select DM_GPIO + select DM_SPI + select DM_SPI_FLASH
endchoice
diff --git a/arch/x86/Kconfig b/arch/x86/Kconfig index 2387fb7..f3a600e 100644 --- a/arch/x86/Kconfig +++ b/arch/x86/Kconfig @@ -39,12 +39,6 @@ source "arch/x86/cpu/queensbay/Kconfig"
# architecture-specific options below
-config DM_SPI - default y - -config DM_SPI_FLASH - default y - config SYS_MALLOC_F_LEN default 0x800

On 27 April 2015 at 09:22, Bin Meng bmeng.cn@gmail.com wrote:
Since all x86 boards have been converted to use DM_SPI and DM_SPI_FLASH, move them to arch/Kconfig x86 section.
Signed-off-by: Bin Meng bmeng.cn@gmail.com
arch/Kconfig | 2 ++ arch/x86/Kconfig | 6 ------ 2 files changed, 2 insertions(+), 6 deletions(-)
Acked-by: Simon Glass sjg@chromium.org

On 28 April 2015 at 08:12, Simon Glass sjg@chromium.org wrote:
On 27 April 2015 at 09:22, Bin Meng bmeng.cn@gmail.com wrote:
Since all x86 boards have been converted to use DM_SPI and DM_SPI_FLASH, move them to arch/Kconfig x86 section.
Signed-off-by: Bin Meng bmeng.cn@gmail.com
arch/Kconfig | 2 ++ arch/x86/Kconfig | 6 ------ 2 files changed, 2 insertions(+), 6 deletions(-)
Acked-by: Simon Glass sjg@chromium.org
Applied to u-boot-x86, thanks!
participants (2)
-
Bin Meng
-
Simon Glass