[Kconfig] Add more descrip for Kconfig

This commit is contained in:
bernard 2017-10-09 15:12:42 +08:00
parent 22490a9cfc
commit 9122edd57c
2 changed files with 13 additions and 11 deletions

View File

@ -11,10 +11,6 @@ if RT_USING_DFS
bool "Using working directory" bool "Using working directory"
default y default y
config RT_DFS_ELM_WORD_ACCESS
bool "Using RT_DFS_ELM_WORD_ACCESS"
default y
config DFS_FILESYSTEMS_MAX config DFS_FILESYSTEMS_MAX
int "The maximal number of mounted file system" int "The maximal number of mounted file system"
default 2 default 2
@ -33,6 +29,10 @@ if RT_USING_DFS
int "OEM code page" int "OEM code page"
default 437 default 437
config RT_DFS_ELM_WORD_ACCESS
bool "Using RT_DFS_ELM_WORD_ACCESS"
default y
choice choice
prompt "Support long file name" prompt "Support long file name"
default RT_DFS_ELM_USE_LFN_0 default RT_DFS_ELM_USE_LFN_0

View File

@ -22,7 +22,7 @@ config RT_USING_I2C
if RT_USING_I2C if RT_USING_I2C
config RT_USING_I2C_BITOPS config RT_USING_I2C_BITOPS
bool "Using I2C device BITOPS " bool "Use GPIO to simulate I2C"
default y default y
endif endif
@ -38,9 +38,11 @@ config RT_USING_MTD_NAND
bool "Using MTD Nand Flash device drivers" bool "Using MTD Nand Flash device drivers"
default n default n
if RT_USING_MTD_NAND
config RT_MTD_NAND_DEBUG config RT_MTD_NAND_DEBUG
bool "Using MTD NAND Flash DEBUG" bool "Enable MTD Nand operations debug information"
default n default n
endif
config RT_USING_RTC config RT_USING_RTC
bool "Using RTC device drivers" bool "Using RTC device drivers"