1。新增组件配置项。
This commit is contained in:
8
Kconfig
8
Kconfig
@@ -72,14 +72,14 @@ menu "Device configure"
|
|||||||
default 8
|
default 8
|
||||||
range 4 1024
|
range 4 1024
|
||||||
help
|
help
|
||||||
"Maximum length of device name"
|
"Maximum length of device name."
|
||||||
|
|
||||||
config MR_CFG_DESC_MAX
|
config MR_CFG_DESC_MAX
|
||||||
int "Descriptors max number"
|
int "Descriptors max number"
|
||||||
default 64
|
default 64
|
||||||
range 16 1024
|
range 16 1024
|
||||||
help
|
help
|
||||||
"Maximum number of descriptors"
|
"Maximum number of descriptors."
|
||||||
|
|
||||||
config MR_USING_RDWR_CTL
|
config MR_USING_RDWR_CTL
|
||||||
bool "Use read/write control"
|
bool "Use read/write control"
|
||||||
@@ -222,4 +222,6 @@ menu "Device configure"
|
|||||||
"Use this option allows for the use of Timer devices."
|
"Use this option allows for the use of Timer devices."
|
||||||
endmenu
|
endmenu
|
||||||
|
|
||||||
source "driver/Kconfig"
|
source "driver/Kconfig"
|
||||||
|
|
||||||
|
source "components/Kconfig"
|
||||||
3
components/Kconfig
Normal file
3
components/Kconfig
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
menu "No components configure"
|
||||||
|
|
||||||
|
endmenu
|
||||||
@@ -1,3 +1,3 @@
|
|||||||
menu "No Driver Configure"
|
menu "No driver configure"
|
||||||
|
|
||||||
endmenu
|
endmenu
|
||||||
Reference in New Issue
Block a user