1。新增组件配置项。

This commit is contained in:
MacRsh
2023-12-27 23:48:59 +08:00
parent b2c2ff1532
commit aa3620c919
3 changed files with 9 additions and 4 deletions

View File

@@ -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"