From 59114579a24c3371b98f3205fd668e3a0257ab34 Mon Sep 17 00:00:00 2001 From: Martin Roth Date: Wed, 2 May 2018 21:44:57 -0500 Subject: mainboard/google: Comment variant names in Kconfig It's very confusing trying to find the google platform names, because they seem all unsorted in Kconfig. They're actually sorted according to the variant name, but previously, that was impossible to tell. - Add a comment to the top of variants in Kconfig.name - Inset each variant name. If you start a prompt with whitespace, it gets ignored, so after trying various ways to indent, the arrow was the option I thought looked the best. It now looks like this: *** Beltino *** -> Mccloud (Acer Chromebox CXI) -> Monroe (LG Chromebase 22CV241 & 22CB25S) -> Panther (ASUS Chromebox CN60) -> Tricky (Dell Chromebox 3010) -> Zako (HP Chromebox G1) Butterfly (HP Pavilion Chromebook 14) Chell (HP Chromebook 13 G1) Cheza *** Cyan *** Change-Id: I35cb16b040651cd1bd0c4aef98494368ef5ca512 Signed-off-by: Martin Roth Reviewed-on: https://review.coreboot.org/26020 Tested-by: build bot (Jenkins) Reviewed-by: Paul Menzel Reviewed-by: Patrick Georgi --- src/mainboard/google/reef/Kconfig.name | 14 ++++++++------ 1 file changed, 8 insertions(+), 6 deletions(-) (limited to 'src/mainboard/google/reef') diff --git a/src/mainboard/google/reef/Kconfig.name b/src/mainboard/google/reef/Kconfig.name index abbeb70b4d..d880941a53 100644 --- a/src/mainboard/google/reef/Kconfig.name +++ b/src/mainboard/google/reef/Kconfig.name @@ -1,29 +1,31 @@ +comment "Reef" + config BOARD_GOOGLE_REEF - bool "Reef/Electro (Acer Chromebook Spin 11 R751T)" + bool "-> Reef/Electro (Acer Chromebook Spin 11 R751T)" select BOARD_GOOGLE_BASEBOARD_REEF select BASEBOARD_REEF_LAPTOP config BOARD_GOOGLE_PYRO - bool "Pyro (Lenovo Thinkpad (Yoga) 11e Chromebook)" + bool "-> Pyro (Lenovo Thinkpad (Yoga) 11e Chromebook)" select BOARD_GOOGLE_BASEBOARD_REEF select BASEBOARD_REEF_LAPTOP config BOARD_GOOGLE_SAND - bool "Sand (Acer Chromebook 15 CB515-1HT/1H)" + bool "-> Sand (Acer Chromebook 15 CB515-1HT/1H)" select BOARD_GOOGLE_BASEBOARD_REEF select BASEBOARD_REEF_LAPTOP config BOARD_GOOGLE_SNAPPY - bool "Snappy (HP Chromebook x360 11 G1 EE)" + bool "-> Snappy (HP Chromebook x360 11 G1 EE)" select BOARD_GOOGLE_BASEBOARD_REEF select BASEBOARD_REEF_LAPTOP config BOARD_GOOGLE_NASHER - bool "Nasher" + bool "-> Nasher" select BOARD_GOOGLE_BASEBOARD_REEF select BASEBOARD_REEF_LAPTOP config BOARD_GOOGLE_CORAL - bool "Coral" + bool "-> Coral" select BOARD_GOOGLE_BASEBOARD_REEF select BASEBOARD_REEF_LAPTOP -- cgit v1.2.3