From 1edcea39975eaaa434dc3dc5d04049bedc105a3c Mon Sep 17 00:00:00 2001 From: Xiang Xiao Date: Sun, 24 Sep 2023 19:26:13 +0800 Subject: [PATCH] arch/Kconfig: Add prompt string to ARCH_CHIP_CUSTOM so the user could enable it from defconfig Signed-off-by: Xiang Xiao --- arch/Kconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/arch/Kconfig b/arch/Kconfig index 04f8872047a..71faf833daa 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