mainboard/google: Comment variant names in Kconfig
commit59114579a24c3371b98f3205fd668e3a0257ab34
authorMartin Roth <martinroth@google.com>
Thu, 3 May 2018 02:44:57 +0000 (2 21:44 -0500)
committerMartin Roth <martinroth@google.com>
Fri, 4 May 2018 01:03:49 +0000 (4 01:03 +0000)
tree9b536566cab57417c5eb84d4863a79ed692eddb4
parent2a8cc536206402d263c19dcecf95f7a992c2119b
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 <martinroth@google.com>
Reviewed-on: https://review.coreboot.org/26020
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Paul Menzel <paulepanter@users.sourceforge.net>
Reviewed-by: Patrick Georgi <pgeorgi@google.com>
14 files changed:
src/mainboard/google/auron/Kconfig.name
src/mainboard/google/beltino/Kconfig.name
src/mainboard/google/cyan/Kconfig.name
src/mainboard/google/gru/Kconfig.name
src/mainboard/google/jecht/Kconfig.name
src/mainboard/google/kahlee/Kconfig.name
src/mainboard/google/oak/Kconfig.name
src/mainboard/google/octopus/Kconfig.name
src/mainboard/google/poppy/Kconfig.name
src/mainboard/google/rambi/Kconfig.name
src/mainboard/google/reef/Kconfig.name
src/mainboard/google/slippy/Kconfig.name
src/mainboard/google/veyron/Kconfig.name
src/mainboard/google/zoombini/Kconfig.name