Rearrange configuration settings so that ARCH_HAVE_SDIO is moved to higher, sharable level
This commit is contained in:
parent
75d0fc2a10
commit
6622714c5d
@ -228,7 +228,7 @@ config KINETIS_VREF
|
|||||||
config KINETIS_SDHC
|
config KINETIS_SDHC
|
||||||
bool "SDHC"
|
bool "SDHC"
|
||||||
default n
|
default n
|
||||||
select MMCSD_SDIO
|
select ARCH_HAVE_SDIO
|
||||||
---help---
|
---help---
|
||||||
Support SD host controller
|
Support SD host controller
|
||||||
|
|
||||||
|
@ -112,9 +112,6 @@ config ARCH_FAMILY_LPC178X
|
|||||||
config ARCH_HAVE_SPIFI
|
config ARCH_HAVE_SPIFI
|
||||||
bool
|
bool
|
||||||
|
|
||||||
config ARCH_HAVE_SDIO
|
|
||||||
bool
|
|
||||||
|
|
||||||
menu "LPC17xx Peripheral Support"
|
menu "LPC17xx Peripheral Support"
|
||||||
|
|
||||||
config LPC17_MAINOSC
|
config LPC17_MAINOSC
|
||||||
|
@ -88,6 +88,7 @@ config LPC31_USB
|
|||||||
config LPC31_MCI
|
config LPC31_MCI
|
||||||
bool "MCI"
|
bool "MCI"
|
||||||
default n
|
default n
|
||||||
|
select ARCH_HAVE_SDIO
|
||||||
|
|
||||||
endmenu # LPC31xx Peripheral Support
|
endmenu # LPC31xx Peripheral Support
|
||||||
|
|
||||||
|
@ -519,6 +519,7 @@ config SAM34_HSMCI
|
|||||||
bool "High Speed Multimedia Card Interface (HSMCI)"
|
bool "High Speed Multimedia Card Interface (HSMCI)"
|
||||||
default n
|
default n
|
||||||
depends on ARCH_CHIP_SAM3U || ARCH_CHIP_SAM3X || ARCH_CHIP_SAM3A || ARCH_CHIP_SAM4S
|
depends on ARCH_CHIP_SAM3U || ARCH_CHIP_SAM3X || ARCH_CHIP_SAM3A || ARCH_CHIP_SAM4S
|
||||||
|
select ARCH_HAVE_SDIO
|
||||||
|
|
||||||
endmenu # AT91SAM3/4 Peripheral Support
|
endmenu # AT91SAM3/4 Peripheral Support
|
||||||
|
|
||||||
|
@ -665,6 +665,7 @@ config STM32_SDIO
|
|||||||
bool "SDIO"
|
bool "SDIO"
|
||||||
default n
|
default n
|
||||||
depends on !STM32_CONNECTIVITYLINE && !STM32_VALUELINE
|
depends on !STM32_CONNECTIVITYLINE && !STM32_VALUELINE
|
||||||
|
select ARCH_HAVE_SDIO
|
||||||
|
|
||||||
config STM32_SPI1
|
config STM32_SPI1
|
||||||
bool "SPI1"
|
bool "SPI1"
|
||||||
|
Loading…
Reference in New Issue
Block a user