mb/google: Add board name comments for each board
Roughly half the boards had a "title" comment for the board. This adds it for the rest of the boards to make everything consistent. Signed-off-by: Martin Roth <martin@coreboot.org> Change-Id: Ib941318842136212727f56fc6130381c5c9cd55b Reviewed-on: https://review.coreboot.org/c/coreboot/+/57390 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Angel Pons <th3fanbus@gmail.com> Reviewed-by: Felix Held <felix-coreboot@felixheld.de>
This commit is contained in:
parent
c112fe408d
commit
26a49b1785
|
@ -1,3 +1,5 @@
|
|||
comment "Brya"
|
||||
|
||||
config BOARD_GOOGLE_BRYA0
|
||||
bool "Brya 0"
|
||||
select BOARD_GOOGLE_BASEBOARD_BRYA
|
||||
|
|
|
@ -1,2 +1,4 @@
|
|||
comment "Butterfly"
|
||||
|
||||
config BOARD_GOOGLE_BUTTERFLY
|
||||
bool "Butterfly (HP Pavilion Chromebook 14)"
|
||||
|
|
|
@ -1,2 +1,4 @@
|
|||
comment "Daisy"
|
||||
|
||||
config BOARD_GOOGLE_DAISY
|
||||
bool "Daisy (Samsung Chromebook (2012))"
|
||||
|
|
|
@ -1,3 +1,5 @@
|
|||
comment "Dedede"
|
||||
|
||||
config BOARD_GOOGLE_BOTEN
|
||||
bool "Boten"
|
||||
select BOARD_GOOGLE_BASEBOARD_DEDEDE_CR50
|
||||
|
|
|
@ -1,2 +1,4 @@
|
|||
comment "Eve"
|
||||
|
||||
config BOARD_GOOGLE_EVE
|
||||
bool "Eve (Google Pixelbook)"
|
||||
|
|
|
@ -1,2 +1,4 @@
|
|||
comment "Foster"
|
||||
|
||||
config BOARD_GOOGLE_FOSTER
|
||||
bool "Foster"
|
||||
|
|
|
@ -1,2 +1,4 @@
|
|||
comment "Gale"
|
||||
|
||||
config BOARD_GOOGLE_GALE
|
||||
bool "Gale (Google WiFi)"
|
||||
|
|
|
@ -1,2 +1,4 @@
|
|||
comment "Link"
|
||||
|
||||
config BOARD_GOOGLE_LINK
|
||||
bool "Link (Google Chromebook Pixel (2013))"
|
||||
|
|
|
@ -1,3 +1,4 @@
|
|||
comment "Mistral"
|
||||
|
||||
config BOARD_GOOGLE_MISTRAL
|
||||
bool "Mistral"
|
||||
|
|
|
@ -1,2 +1,4 @@
|
|||
comment "Nyan"
|
||||
|
||||
config BOARD_GOOGLE_NYAN
|
||||
bool "Nyan"
|
||||
|
|
|
@ -1,2 +1,4 @@
|
|||
comment "Nyan Big"
|
||||
|
||||
config BOARD_GOOGLE_NYAN_BIG
|
||||
bool "Nyan Big (Acer Chromebook 13 (CB5-311))"
|
||||
|
|
|
@ -1,2 +1,4 @@
|
|||
comment "Nyan Blaze"
|
||||
|
||||
config BOARD_GOOGLE_NYAN_BLAZE
|
||||
bool "Nyan Blaze (HP Chromebook 14 G3)"
|
||||
|
|
|
@ -1,2 +1,4 @@
|
|||
comment "Parrot"
|
||||
|
||||
config BOARD_GOOGLE_PARROT
|
||||
bool "Parrot (Acer C7/C710 Chromebook)"
|
||||
|
|
|
@ -1,2 +1,4 @@
|
|||
comment "Peach Pit"
|
||||
|
||||
config BOARD_GOOGLE_PEACH_PIT
|
||||
bool "Peach Pit (Samsung Chromebook 2 11\")"
|
||||
|
|
|
@ -1,2 +1,4 @@
|
|||
comment "Smaug"
|
||||
|
||||
config BOARD_GOOGLE_SMAUG
|
||||
bool "Smaug (Google Pixel C)"
|
||||
|
|
|
@ -1,2 +1,4 @@
|
|||
comment "Storm"
|
||||
|
||||
config BOARD_GOOGLE_STORM
|
||||
bool "Storm (OnHub Router TGR1900)"
|
||||
|
|
|
@ -1,2 +1,4 @@
|
|||
comment "Stout"
|
||||
|
||||
config BOARD_GOOGLE_STOUT
|
||||
bool "Stout (Lenovo Thinkpad X131e Chromebook)"
|
||||
|
|
|
@ -1,2 +1,4 @@
|
|||
comment "Veyron Mickey"
|
||||
|
||||
config BOARD_GOOGLE_VEYRON_MICKEY
|
||||
bool "Veyron_Mickey (Asus Chromebit CS10)"
|
||||
|
|
|
@ -1,2 +1,4 @@
|
|||
comment "Veyron Rialto"
|
||||
|
||||
config BOARD_GOOGLE_VEYRON_RIALTO
|
||||
bool "Veyron_Rialto"
|
||||
|
|
Loading…
Reference in New Issue