diff options
author | Bin Meng <bmeng.cn@gmail.com> | 2015-04-27 23:22:27 +0800 |
---|---|---|
committer | Simon Glass <sjg@chromium.org> | 2015-04-29 18:51:50 -0600 |
commit | 3e4522279df299d1eef1bf9409f313bd8c5716ff (patch) | |
tree | 0fa72197c21224f3b5d511c3d9d6332543f7b215 /arch/Kconfig | |
parent | d99b901e74ab96ef5b9e130a0607b85db0e33139 (diff) | |
download | u-boot-3e4522279df299d1eef1bf9409f313bd8c5716ff.tar.gz u-boot-3e4522279df299d1eef1bf9409f313bd8c5716ff.tar.bz2 u-boot-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/Kconfig')
-rw-r--r-- | arch/Kconfig | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/Kconfig b/arch/Kconfig index 1102346220..200588aef6 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 |