google/trogdor: Add new variant Pompom
This patch adds a new variant called Pompom that is identical to Lazor for now. Also reorder variants alphabetically while we're here. Signed-off-by: Julius Werner <jwerner@chromium.org> Change-Id: I5a0f297413765bce8353d5a781f0f67446de4e7c Reviewed-on: https://review.coreboot.org/c/coreboot/+/43147 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Philip Chen <philipchen@google.com> Reviewed-by: EricR Lai <ericr_lai@compal.corp-partner.google.com>
This commit is contained in:
parent
e4aab352ee
commit
984a6b43d4
|
@ -50,8 +50,9 @@ config EC_GOOGLE_CHROMEEC_SPI_BUS
|
||||||
|
|
||||||
config MAINBOARD_PART_NUMBER
|
config MAINBOARD_PART_NUMBER
|
||||||
string
|
string
|
||||||
default "Trogdor" if BOARD_GOOGLE_TROGDOR
|
|
||||||
default "Lazor" if BOARD_GOOGLE_LAZOR
|
|
||||||
default "Bubs" if BOARD_GOOGLE_BUBS
|
default "Bubs" if BOARD_GOOGLE_BUBS
|
||||||
|
default "Lazor" if BOARD_GOOGLE_LAZOR
|
||||||
|
default "Pompom" if BOARD_GOOGLE_POMPOM
|
||||||
|
default "Trogdor" if BOARD_GOOGLE_TROGDOR
|
||||||
|
|
||||||
endif # BOARD_GOOGLE_TROGDOR_COMMON
|
endif # BOARD_GOOGLE_TROGDOR_COMMON
|
||||||
|
|
|
@ -1,13 +1,17 @@
|
||||||
comment "Trogdor"
|
comment "Trogdor"
|
||||||
|
|
||||||
config BOARD_GOOGLE_TROGDOR
|
config BOARD_GOOGLE_BUBS
|
||||||
bool "Trogdor"
|
bool "Bubs"
|
||||||
select BOARD_GOOGLE_TROGDOR_COMMON
|
select BOARD_GOOGLE_TROGDOR_COMMON
|
||||||
|
|
||||||
config BOARD_GOOGLE_LAZOR
|
config BOARD_GOOGLE_LAZOR
|
||||||
bool "Lazor"
|
bool "Lazor"
|
||||||
select BOARD_GOOGLE_TROGDOR_COMMON
|
select BOARD_GOOGLE_TROGDOR_COMMON
|
||||||
|
|
||||||
config BOARD_GOOGLE_BUBS
|
config BOARD_GOOGLE_POMPOM
|
||||||
bool "Bubs"
|
bool "Pompom"
|
||||||
|
select BOARD_GOOGLE_TROGDOR_COMMON
|
||||||
|
|
||||||
|
config BOARD_GOOGLE_TROGDOR
|
||||||
|
bool "Trogdor"
|
||||||
select BOARD_GOOGLE_TROGDOR_COMMON
|
select BOARD_GOOGLE_TROGDOR_COMMON
|
||||||
|
|
Loading…
Reference in New Issue