summaryrefslogtreecommitdiffstats
path: root/arch/x86/Kconfig
diff options
context:
space:
mode:
authorBin Meng <bmeng.cn@gmail.com>2015-04-27 23:22:27 +0800
committerSimon Glass <sjg@chromium.org>2015-04-29 18:51:50 -0600
commit3e4522279df299d1eef1bf9409f313bd8c5716ff (patch)
tree0fa72197c21224f3b5d511c3d9d6332543f7b215 /arch/x86/Kconfig
parentd99b901e74ab96ef5b9e130a0607b85db0e33139 (diff)
downloadtalos-obmc-uboot-3e4522279df299d1eef1bf9409f313bd8c5716ff.tar.gz
talos-obmc-uboot-3e4522279df299d1eef1bf9409f313bd8c5716ff.zip
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> Acked-by: Simon Glass <sjg@chromium.org>
Diffstat (limited to 'arch/x86/Kconfig')
-rw-r--r--arch/x86/Kconfig6
1 files changed, 0 insertions, 6 deletions
diff --git a/arch/x86/Kconfig b/arch/x86/Kconfig
index 2387fb7674..f3a600e80e 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
OpenPOWER on IntegriCloud