提交 9122edd5 编写于 作者: B bernard

[Kconfig] Add more descrip for Kconfig

上级 22490a9c
...@@ -11,10 +11,6 @@ if RT_USING_DFS ...@@ -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 ...@@ -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
......
...@@ -22,7 +22,7 @@ config RT_USING_I2C ...@@ -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 ...@@ -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
config RT_MTD_NAND_DEBUG if RT_USING_MTD_NAND
bool "Using MTD NAND Flash DEBUG" config RT_MTD_NAND_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"
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册