mb/google/skywalker: Create variant Anakin
Create the variant Anakin. BUG=b:419419679 TEST=emerge-skywalker coreboot BRANCH=None Change-Id: I1f53b6a307934e6a1c58ee21dd0275c6a632e726 Signed-off-by: Wentao Qin <qinwentao@huaqin.corp-partner.google.com> Reviewed-on: https://review.coreboot.org/c/coreboot/+/87797 Reviewed-by: Yidi Lin <yidilin@google.com> Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Yang Wu <wuyang5@huaqin.corp-partner.google.com> Reviewed-by: Yu-Ping Wu <yupingso@google.com>
This commit is contained in:
parent
aedc177f00
commit
7150c5e2fe
2 changed files with 6 additions and 1 deletions
|
|
@ -2,7 +2,8 @@
|
|||
|
||||
# Umbrella option to be selected by variant boards.
|
||||
config BOARD_GOOGLE_SKYWALKER_COMMON
|
||||
def_bool BOARD_GOOGLE_OBIWAN || \
|
||||
def_bool BOARD_GOOGLE_ANAKIN || \
|
||||
BOARD_GOOGLE_OBIWAN || \
|
||||
BOARD_GOOGLE_SKYWALKER || \
|
||||
BOARD_GOOGLE_YODA
|
||||
|
||||
|
|
@ -37,6 +38,7 @@ config MAINBOARD_DIR
|
|||
|
||||
config MAINBOARD_PART_NUMBER
|
||||
string
|
||||
default "Anakin" if BOARD_GOOGLE_ANAKIN
|
||||
default "Obiwan" if BOARD_GOOGLE_OBIWAN
|
||||
default "Skywalker" if BOARD_GOOGLE_SKYWALKER
|
||||
default "Yoda" if BOARD_GOOGLE_YODA
|
||||
|
|
|
|||
|
|
@ -2,6 +2,9 @@
|
|||
|
||||
comment "Skywalker"
|
||||
|
||||
config BOARD_GOOGLE_ANAKIN
|
||||
bool "-> Anakin"
|
||||
|
||||
config BOARD_GOOGLE_OBIWAN
|
||||
bool "-> Obiwan"
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue