mb/google/skywalker: Create variant Baze
Create the variant Baze. BUG=b:425277682 TEST=emerge-skywalker coreboot BRANCH=None Change-Id: Idc37e980d66d7e12ae7a1df9c1806b5f09f0c5fe Signed-off-by: David Wu <david_wu@quanta.corp-partner.google.com> Reviewed-on: https://review.coreboot.org/c/coreboot/+/88108 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Yidi Lin <yidilin@google.com> Reviewed-by: Yu-Ping Wu <yupingso@google.com>
This commit is contained in:
parent
fb2c834f7c
commit
bcd569faf1
2 changed files with 5 additions and 0 deletions
|
|
@ -3,6 +3,7 @@
|
|||
# Umbrella option to be selected by variant boards.
|
||||
config BOARD_GOOGLE_SKYWALKER_COMMON
|
||||
def_bool BOARD_GOOGLE_ANAKIN || \
|
||||
BOARD_GOOGLE_BAZE || \
|
||||
BOARD_GOOGLE_OBIWAN || \
|
||||
BOARD_GOOGLE_SKYWALKER || \
|
||||
BOARD_GOOGLE_YODA
|
||||
|
|
@ -44,6 +45,7 @@ config MAINBOARD_DIR
|
|||
config MAINBOARD_PART_NUMBER
|
||||
string
|
||||
default "Anakin" if BOARD_GOOGLE_ANAKIN
|
||||
default "Baze" if BOARD_GOOGLE_BAZE
|
||||
default "Obiwan" if BOARD_GOOGLE_OBIWAN
|
||||
default "Skywalker" if BOARD_GOOGLE_SKYWALKER
|
||||
default "Yoda" if BOARD_GOOGLE_YODA
|
||||
|
|
|
|||
|
|
@ -5,6 +5,9 @@ comment "Skywalker"
|
|||
config BOARD_GOOGLE_ANAKIN
|
||||
bool "-> Anakin"
|
||||
|
||||
config BOARD_GOOGLE_BAZE
|
||||
bool "-> Baze"
|
||||
|
||||
config BOARD_GOOGLE_OBIWAN
|
||||
bool "-> Obiwan"
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue