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
+3
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
+1 -1
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
+1 -1
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"