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/rambi/Kconfig.name | 34 +++++++++++++++++---------------- 1 file changed, 18 insertions(+), 16 deletions(-) (limited to 'src/mainboard/google/rambi') diff --git a/src/mainboard/google/rambi/Kconfig.name b/src/mainboard/google/rambi/Kconfig.name index 36c35c705b..fe26faae9a 100644 --- a/src/mainboard/google/rambi/Kconfig.name +++ b/src/mainboard/google/rambi/Kconfig.name @@ -1,63 +1,65 @@ +comment "Rambi" + config BOARD_GOOGLE_BANJO - bool "Banjo (Acer Chromebook 15 (CB3-531))" + bool "-> Banjo (Acer Chromebook 15 (CB3-531))" select BOARD_GOOGLE_BASEBOARD_RAMBI config BOARD_GOOGLE_CANDY - bool "Candy (Dell Chromebook 11 3120)" + bool "-> Candy (Dell Chromebook 11 3120)" select BOARD_GOOGLE_BASEBOARD_RAMBI config BOARD_GOOGLE_CLAPPER - bool "Clapper (Lenovo N20 Chromebook)" + bool "-> Clapper (Lenovo N20 Chromebook)" select BOARD_GOOGLE_BASEBOARD_RAMBI config BOARD_GOOGLE_ENGUARDE - bool "Enguarde" + bool "-> Enguarde" select BOARD_GOOGLE_BASEBOARD_RAMBI config BOARD_GOOGLE_GLIMMER - bool "Glimmer (Lenovo ThinkPad 11e Chromebook)" + bool "-> Glimmer (Lenovo ThinkPad 11e Chromebook)" select BOARD_GOOGLE_BASEBOARD_RAMBI config BOARD_GOOGLE_GNAWTY - bool "Gnawty (Acer Chromebook 11 (CB3-111/131,C730/C730E/C735))" + bool "-> Gnawty (Acer Chromebook 11 (CB3-111/131,C730/C730E/C735))" select BOARD_GOOGLE_BASEBOARD_RAMBI config BOARD_GOOGLE_HELI - bool "Heli (Haier Chromebook G2)" + bool "-> Heli (Haier Chromebook G2)" select BOARD_GOOGLE_BASEBOARD_RAMBI config BOARD_GOOGLE_KIP - bool "Kip (HP Chromebook 11 G3 / G4 / G4 EE)" + bool "-> Kip (HP Chromebook 11 G3 / G4 / G4 EE)" select BOARD_GOOGLE_BASEBOARD_RAMBI config BOARD_GOOGLE_NINJA - bool "Ninja (AOpen Chromebox Commercial)" + bool "-> Ninja (AOpen Chromebox Commercial)" select BOARD_GOOGLE_BASEBOARD_RAMBI config BOARD_GOOGLE_ORCO - bool "Orco (Lenovo 100S Chromebook)" + bool "-> Orco (Lenovo 100S Chromebook)" select BOARD_GOOGLE_BASEBOARD_RAMBI config BOARD_GOOGLE_QUAWKS - bool "Quawks (ASUS Chromebook C300)" + bool "-> Quawks (ASUS Chromebook C300)" select BOARD_GOOGLE_BASEBOARD_RAMBI config BOARD_GOOGLE_SQUAWKS - bool "Squawks (ASUS Chromebook C200)" + bool "-> Squawks (ASUS Chromebook C200)" select BOARD_GOOGLE_BASEBOARD_RAMBI config BOARD_GOOGLE_RAMBI - bool "Rambi" + bool "-> Rambi" select BOARD_GOOGLE_BASEBOARD_RAMBI config BOARD_GOOGLE_SUMO - bool "Sumo (AOpen Chromebase Commercial)" + bool "-> Sumo (AOpen Chromebase Commercial)" select BOARD_GOOGLE_BASEBOARD_RAMBI config BOARD_GOOGLE_SWANKY - bool "Swanky (Toshiba Chromebook 2)" + bool "-> Swanky (Toshiba Chromebook 2)" select BOARD_GOOGLE_BASEBOARD_RAMBI config BOARD_GOOGLE_WINKY - bool "Winky (Samsung Chromebook 2 (XE500C12))" + bool "-> Winky (Samsung Chromebook 2 (XE500C12))" select BOARD_GOOGLE_BASEBOARD_RAMBI -- cgit v1.2.3