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 c5e66ae051
commit 968b2553cd
9 changed files with 13 additions and 8 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"

View File

@ -1065,8 +1065,8 @@ Configurations
configuration needs to be recalibrated.
2013-8-3: SDRAM configuration and RAM test usage have been verified
and are functional. I not some issues now; Occassionally, SDRAM is
not functional on initial boot. Or is initially not functional but
and are functional. I note some issues; occassionally, SDRAM is
not functional on initial boot or is initially not functional but
improves with accesses. Clearly, more work needs to be done.
Here is another strange observation: SDRAM accesses tend to
@ -1074,6 +1074,8 @@ Configurations
where the memory test fails! No idea why.
2013-8-5: The AT25 configuration has been verified to be functional.
2013-9-9: The AT25 configuration has been verified with DMA
enabled.
ostest:
This configuration directory, performs a simple OS test using

View File

@ -61,6 +61,9 @@ config MMCSD_SPIMODE
endif
config ARCH_HAVE_SDIO
bool
config MMCSD_SDIO
bool "MMC/SD SDIO transfer support"
default n

View File

@ -2,6 +2,7 @@
# For a description of the syntax of this configuration file,
# see misc/tools/kconfig-language.txt.
#
config LIS331DL
bool "ST LIS331DL device support"
default n
@ -30,4 +31,3 @@ config DEBUG_QENCODER
bool "Enable Qencoder Debug"
default n
depends on QENCODER

View File

@ -396,7 +396,7 @@ config USART2_ISUART
config USART3_ISUART
bool "USART3 is a UART"
default y
depends on USART3_ISUART
depends on ARCH_HAVE_USART3
config USART4_ISUART
bool "USART4 is a UART"