[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

@ -10,10 +10,6 @@ if RT_USING_DFS
config DFS_USING_WORKDIR config DFS_USING_WORKDIR
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"
@ -32,7 +28,11 @@ if RT_USING_DFS
config RT_DFS_ELM_CODE_PAGE config RT_DFS_ELM_CODE_PAGE
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

@ -19,10 +19,10 @@ config RT_USING_HWTIMER
config RT_USING_I2C config RT_USING_I2C
bool "Using I2C device drivers" bool "Using I2C device drivers"
default n default n
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
@ -37,10 +37,12 @@ config RT_USING_MTD_NOR
config RT_USING_MTD_NAND config RT_USING_MTD_NAND
bool "Using MTD Nand Flash device drivers" bool "Using MTD Nand Flash device drivers"
default n default n
config RT_MTD_NAND_DEBUG if RT_USING_MTD_NAND
bool "Using MTD NAND Flash DEBUG" config RT_MTD_NAND_DEBUG
default n bool "Enable MTD Nand operations debug information"
default n
endif
config RT_USING_RTC config RT_USING_RTC
bool "Using RTC device drivers" bool "Using RTC device drivers"