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/cyan/Kconfig.name | 24 +++++++++++++----------- 1 file changed, 13 insertions(+), 11 deletions(-) (limited to 'src/mainboard/google/cyan/Kconfig.name') diff --git a/src/mainboard/google/cyan/Kconfig.name b/src/mainboard/google/cyan/Kconfig.name index 184d1594ac..1ab8ed4fa9 100644 --- a/src/mainboard/google/cyan/Kconfig.name +++ b/src/mainboard/google/cyan/Kconfig.name @@ -1,43 +1,45 @@ +comment "Cyan" + config BOARD_GOOGLE_BANON - bool "Banon (Acer Chromebook 15 (CB3-532))" + bool "-> Banon (Acer Chromebook 15 (CB3-532))" select BOARD_GOOGLE_BASEBOARD_CYAN config BOARD_GOOGLE_CELES - bool "Celes (Samsung Chromebook 3)" + bool "-> Celes (Samsung Chromebook 3)" select BOARD_GOOGLE_BASEBOARD_CYAN config BOARD_GOOGLE_CYAN - bool "Cyan (Acer Chromebook R11 (C738T))" + bool "-> Cyan (Acer Chromebook R11 (C738T))" select BOARD_GOOGLE_BASEBOARD_CYAN config BOARD_GOOGLE_EDGAR - bool "Edgar (Acer Chromebook 14 (CB3-431))" + bool "-> Edgar (Acer Chromebook 14 (CB3-431))" select BOARD_GOOGLE_BASEBOARD_CYAN config BOARD_GOOGLE_KEFKA - bool "Kefka (Dell Chromebook 11 3180/3189)" + bool "-> Kefka (Dell Chromebook 11 3180/3189)" select BOARD_GOOGLE_BASEBOARD_CYAN config BOARD_GOOGLE_REKS - bool "Reks (Lenovo N22/N42 Chromebook)" + bool "-> Reks (Lenovo N22/N42 Chromebook)" select BOARD_GOOGLE_BASEBOARD_CYAN config BOARD_GOOGLE_RELM - bool "Relm" + bool "-> Relm" select BOARD_GOOGLE_BASEBOARD_CYAN config BOARD_GOOGLE_SETZER - bool "Setzer (HP Chromebook 11 G5)" + bool "-> Setzer (HP Chromebook 11 G5)" select BOARD_GOOGLE_BASEBOARD_CYAN config BOARD_GOOGLE_TERRA - bool "Terra (ASUS Chromebook C202SA/C300SA/C301SA)" + bool "-> Terra (ASUS Chromebook C202SA/C300SA/C301SA)" select BOARD_GOOGLE_BASEBOARD_CYAN config BOARD_GOOGLE_ULTIMA - bool "Ultima (Lenovo Yoga 11e G3)" + bool "-> Ultima (Lenovo Yoga 11e G3)" select BOARD_GOOGLE_BASEBOARD_CYAN config BOARD_GOOGLE_WIZPIG - bool "Wizpig" + bool "-> Wizpig" select BOARD_GOOGLE_BASEBOARD_CYAN -- cgit v1.2.3