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/auron/Kconfig.name | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) (limited to 'src/mainboard/google/auron') diff --git a/src/mainboard/google/auron/Kconfig.name b/src/mainboard/google/auron/Kconfig.name index 58fb0cb1bd..324c3ee4d8 100644 --- a/src/mainboard/google/auron/Kconfig.name +++ b/src/mainboard/google/auron/Kconfig.name @@ -1,19 +1,21 @@ +comment "Auron" + config BOARD_GOOGLE_AURON_PAINE - bool "Auron_Paine (Acer C740 Chromebook)" + bool "-> Auron_Paine (Acer C740 Chromebook)" select BOARD_GOOGLE_BASEBOARD_AURON config BOARD_GOOGLE_AURON_YUNA - bool "Auron_Yuna (Acer Chromebook 15 (C910/CB5-531))" + bool "-> Auron_Yuna (Acer Chromebook 15 (C910/CB5-531))" select BOARD_GOOGLE_BASEBOARD_AURON config BOARD_GOOGLE_GANDOF - bool "Gandof (Toshiba Chromebook 2 (2015))" + bool "-> Gandof (Toshiba Chromebook 2 (2015))" select BOARD_GOOGLE_BASEBOARD_AURON config BOARD_GOOGLE_LULU - bool "Lulu (Dell Chromebook 13 7310)" + bool "-> Lulu (Dell Chromebook 13 7310)" select BOARD_GOOGLE_BASEBOARD_AURON config BOARD_GOOGLE_SAMUS - bool "Samus (Google Chromebook Pixel (2015))" + bool "-> Samus (Google Chromebook Pixel (2015))" select BOARD_GOOGLE_BASEBOARD_AURON -- cgit v1.2.3