This is an automated email from the ASF dual-hosted git repository.
ligd pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/nuttx.git
The following commit(s) were added to refs/heads/master by this push:
new 1edcea3997 arch/Kconfig: Add prompt string to ARCH_CHIP_CUSTOM
1edcea3997 is described below
commit 1edcea39975eaaa434dc3dc5d04049bedc105a3c
Author: Xiang Xiao <[email protected]>
AuthorDate: Sun Sep 24 19:26:13 2023 +0800
arch/Kconfig: Add prompt string to ARCH_CHIP_CUSTOM
so the user could enable it from defconfig
Signed-off-by: Xiang Xiao <[email protected]>
---
arch/Kconfig | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/arch/Kconfig b/arch/Kconfig
index 04f8872047..71faf833da 100644
--- a/arch/Kconfig
+++ b/arch/Kconfig
@@ -214,7 +214,7 @@ source "arch/or1k/Kconfig"
source "arch/sparc/Kconfig"
config ARCH_CHIP_CUSTOM
- bool
+ bool "Custom Chip Support"
default n
if ARCH_CHIP_CUSTOM