59114579a2
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>
25 lines
536 B
Text
25 lines
536 B
Text
comment "Gru"
|
|
|
|
config BOARD_GOOGLE_KEVIN
|
|
bool "-> Kevin (Samsung Chromebook Plus)"
|
|
select BOARD_GOOGLE_GRU_COMMON
|
|
|
|
config BOARD_GOOGLE_GRU
|
|
bool "-> Gru"
|
|
select BOARD_GOOGLE_GRU_COMMON
|
|
|
|
config BOARD_GOOGLE_BOB
|
|
bool "-> Bob (Asus Chromebook Flip C101PA)"
|
|
select BOARD_GOOGLE_GRU_COMMON
|
|
|
|
config BOARD_GOOGLE_SCARLET
|
|
bool "-> Scarlet"
|
|
select BOARD_GOOGLE_GRU_COMMON
|
|
|
|
config BOARD_GOOGLE_NEFARIO
|
|
bool "-> Nefario"
|
|
select BOARD_GOOGLE_GRU_COMMON
|
|
|
|
config BOARD_GOOGLE_RAINIER
|
|
bool "-> Rainier"
|
|
select BOARD_GOOGLE_GRU_COMMON
|