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