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 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
View File

@@ -0,0 +1,3 @@
menu "No components configure"
endmenu

View File

@@ -1,3 +1,3 @@
menu "No Driver Configure" menu "No driver configure"
endmenu endmenu