Skip to content
Snippets Groups Projects
Commit 3e452227 authored by Bin Meng's avatar Bin Meng Committed by Simon Glass
Browse files

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: default avatarBin Meng <bmeng.cn@gmail.com>
Acked-by: default avatarSimon Glass <sjg@chromium.org>
parent d99b901e
No related branches found
No related tags found
No related merge requests found
...@@ -93,6 +93,8 @@ config X86 ...@@ -93,6 +93,8 @@ config X86
select DM select DM
select DM_SERIAL select DM_SERIAL
select DM_GPIO select DM_GPIO
select DM_SPI
select DM_SPI_FLASH
endchoice endchoice
......
...@@ -39,12 +39,6 @@ source "arch/x86/cpu/queensbay/Kconfig" ...@@ -39,12 +39,6 @@ source "arch/x86/cpu/queensbay/Kconfig"
# architecture-specific options below # architecture-specific options below
config DM_SPI
default y
config DM_SPI_FLASH
default y
config SYS_MALLOC_F_LEN config SYS_MALLOC_F_LEN
default 0x800 default 0x800
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment