From 386f6685f8a850519cfcc6f8170592dd79f66186 Mon Sep 17 00:00:00 2001 From: sunghan Date: Tue, 4 Apr 2017 16:02:31 +0900 Subject: [PATCH] change a title from "System Type" to "Chip Selection" for arch Kconfig Under arch, we can select core and chip configurations. "Chip Selection" is easier to understand and we use "Board Selection" for board configurations. --- os/Kconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/os/Kconfig b/os/Kconfig index 384f894..7c08ef6 100644 --- a/os/Kconfig +++ b/os/Kconfig @@ -831,7 +831,7 @@ config DEBUG_OPTLEVEL endmenu # Build Setup -menu "System Type" +menu "Chip Selection" source arch/Kconfig endmenu -- 2.7.4