google/trogdor: add new variant kingoftown
This patch adds a new variant called kingoftown. it's clamshell only, no FPR, eDP panel. BUG=b:198365759 BRANCH=master TEST=make Signed-off-by: Kevin Chiu <kevin.chiu@quantatw.com> Change-Id: I648664c50dfad11530a854f574f39264158b44e0 Reviewed-on: https://review.coreboot.org/c/coreboot/+/57433 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Bob Moragues <moragues@google.com> Reviewed-by: Douglas Anderson <dianders@chromium.org> Reviewed-by: Julius Werner <jwerner@chromium.org>
This commit is contained in:
parent
b20aa094cc
commit
a472c54a63
|
@ -170,6 +170,7 @@
|
|||
- Bubs
|
||||
- Coachz
|
||||
- Homestar
|
||||
- Kingoftown
|
||||
- Lazor
|
||||
- Marzipan
|
||||
- Mrbland
|
||||
|
|
|
@ -71,6 +71,7 @@ config MAINBOARD_PART_NUMBER
|
|||
default "Bubs" if BOARD_GOOGLE_BUBS
|
||||
default "Coachz" if BOARD_GOOGLE_COACHZ
|
||||
default "Homestar" if BOARD_GOOGLE_HOMESTAR
|
||||
default "Kingoftown" if BOARD_GOOGLE_KINGOFTOWN
|
||||
default "Lazor" if BOARD_GOOGLE_LAZOR
|
||||
default "Marzipan" if BOARD_GOOGLE_MARZIPAN
|
||||
default "Mrbland" if BOARD_GOOGLE_MRBLAND
|
||||
|
|
|
@ -14,6 +14,10 @@ config BOARD_GOOGLE_HOMESTAR
|
|||
bool "-> Homestar"
|
||||
select BOARD_GOOGLE_TROGDOR_COMMON
|
||||
|
||||
config BOARD_GOOGLE_KINGOFTOWN
|
||||
bool "-> Kingoftown"
|
||||
select BOARD_GOOGLE_TROGDOR_COMMON
|
||||
|
||||
config BOARD_GOOGLE_LAZOR
|
||||
bool "-> Lazor"
|
||||
select BOARD_GOOGLE_TROGDOR_COMMON
|
||||
|
|
Loading…
Reference in New Issue