Rearrange configuration settings so that ARCH_HAVE_SDIO is moved to higher, sharable level

This commit is contained in:
Gregory Nutt 2013-08-10 09:06:53 -06:00
parent 75d0fc2a10
commit 6622714c5d
5 changed files with 4 additions and 4 deletions

View File

@ -228,7 +228,7 @@ config KINETIS_VREF
config KINETIS_SDHC
bool "SDHC"
default n
select MMCSD_SDIO
select ARCH_HAVE_SDIO
---help---
Support SD host controller

View File

@ -112,9 +112,6 @@ config ARCH_FAMILY_LPC178X
config ARCH_HAVE_SPIFI
bool
config ARCH_HAVE_SDIO
bool
menu "LPC17xx Peripheral Support"
config LPC17_MAINOSC

View File

@ -88,6 +88,7 @@ config LPC31_USB
config LPC31_MCI
bool "MCI"
default n
select ARCH_HAVE_SDIO
endmenu # LPC31xx Peripheral Support

View File

@ -519,6 +519,7 @@ config SAM34_HSMCI
bool "High Speed Multimedia Card Interface (HSMCI)"
default n
depends on ARCH_CHIP_SAM3U || ARCH_CHIP_SAM3X || ARCH_CHIP_SAM3A || ARCH_CHIP_SAM4S
select ARCH_HAVE_SDIO
endmenu # AT91SAM3/4 Peripheral Support

View File

@ -665,6 +665,7 @@ config STM32_SDIO
bool "SDIO"
default n
depends on !STM32_CONNECTIVITYLINE && !STM32_VALUELINE
select ARCH_HAVE_SDIO
config STM32_SPI1
bool "SPI1"