[U-Boot] [PATCH v4 06/25] riscv: ax25: Hide the ax25-specific Kconfig option
Bin Meng
bmeng.cn at gmail.com
Wed Dec 12 07:11:07 UTC 2018
There is no need to expose RISCV_NDS to the Kconfig menu as it is
an ax25-specific option.
Signed-off-by: Bin Meng <bmeng.cn at gmail.com>
Reviewed-by: Lukas Auer <lukas.auer at aisec.fraunhofer.de>
---
Changes in v4: None
Changes in v3: None
Changes in v2: None
arch/riscv/cpu/ax25/Kconfig | 8 +++-----
1 file changed, 3 insertions(+), 5 deletions(-)
diff --git a/arch/riscv/cpu/ax25/Kconfig b/arch/riscv/cpu/ax25/Kconfig
index 6c7022f..5ff9e5c 100644
--- a/arch/riscv/cpu/ax25/Kconfig
+++ b/arch/riscv/cpu/ax25/Kconfig
@@ -1,7 +1,5 @@
config RISCV_NDS
- bool "AndeStar V5 ISA support"
- default n
+ bool
help
- Say Y here if you plan to run U-Boot on AndeStar v5
- platforms and use some specific features which are
- provided by Andes Technology AndeStar V5 Families.
+ Run U-Boot on AndeStar v5 platforms and use some specific features
+ which are provided by Andes Technology AndeStar V5 Families.
--
2.7.4
More information about the U-Boot
mailing list