From aa3620c919c12e35a1b6a45f5aa3f23724f15308 Mon Sep 17 00:00:00 2001 From: MacRsh Date: Wed, 27 Dec 2023 23:48:59 +0800 Subject: [PATCH] =?UTF-8?q?1=E3=80=82=E6=96=B0=E5=A2=9E=E7=BB=84=E4=BB=B6?= =?UTF-8?q?=E9=85=8D=E7=BD=AE=E9=A1=B9=E3=80=82?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Kconfig | 8 +++++--- components/Kconfig | 3 +++ driver/Kconfig | 2 +- 3 files changed, 9 insertions(+), 4 deletions(-) create mode 100644 components/Kconfig 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