diff --git a/Kconfig b/Kconfig index 376d245..0479d48 100644 --- a/Kconfig +++ b/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" \ No newline at end of file +source "driver/Kconfig" + +source "components/Kconfig" \ No newline at end of file diff --git a/components/Kconfig b/components/Kconfig new file mode 100644 index 0000000..1a8f425 --- /dev/null +++ b/components/Kconfig @@ -0,0 +1,3 @@ +menu "No components configure" + +endmenu \ No newline at end of file diff --git a/driver/Kconfig b/driver/Kconfig index 7aac219..dc5f0c6 100644 --- a/driver/Kconfig +++ b/driver/Kconfig @@ -1,3 +1,3 @@ -menu "No Driver Configure" +menu "No driver configure" endmenu \ No newline at end of file