mirror of
https://github.com/apache/nuttx.git
synced 2026-06-06 08:36:24 +08:00
Rearrange configuration settings so that ARCH_HAVE_SDIO is moved to higher, sharable level
This commit is contained in:
@@ -61,6 +61,9 @@ config MMCSD_SPIMODE
|
||||
|
||||
endif
|
||||
|
||||
config ARCH_HAVE_SDIO
|
||||
bool
|
||||
|
||||
config MMCSD_SDIO
|
||||
bool "MMC/SD SDIO transfer support"
|
||||
default n
|
||||
|
||||
@@ -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
|
||||
|
||||
|
||||
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user