change a title from "System Type" to "Chip Selection" for arch Kconfig
authorsunghan <sh924.chang@samsung.com>
Tue, 4 Apr 2017 07:02:31 +0000 (16:02 +0900)
committersunghan <sh924.chang@samsung.com>
Tue, 4 Apr 2017 07:02:31 +0000 (16:02 +0900)
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

index 384f894..7c08ef6 100644 (file)
@@ -831,7 +831,7 @@ config DEBUG_OPTLEVEL
 
 endmenu # Build Setup
 
-menu "System Type"
+menu "Chip Selection"
 source arch/Kconfig
 endmenu