mb/google/ocelot: add BOARD_GOOGLE_MODEL_OCELOT
Create an ocelot model for the various ocelot variants to use. BUG=b:419857124, b:419856369 BRANCH=none TEST=`emerge-ocelot coreboot` and verify it compiles without error. Change-Id: I61e636beb74c3b1ef36e1b9737aefe0b0ef104c5 Signed-off-by: Nick Vaccaro <nvaccaro@google.com> Reviewed-on: https://review.coreboot.org/c/coreboot/+/88058 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Avi Uday <aviuday@google.com> Reviewed-by: Subrata Banik <subratabanik@google.com> Reviewed-by: Pranava Y N <pranavayn@google.com>
This commit is contained in:
parent
f6926dc8a5
commit
486604360c
1 changed files with 5 additions and 1 deletions
|
|
@ -56,13 +56,17 @@ config BOARD_GOOGLE_BASEBOARD_OCELOT
|
|||
select SYSTEM_TYPE_LAPTOP
|
||||
select TPM_GOOGLE_TI50
|
||||
|
||||
config BOARD_GOOGLE_OCELOT
|
||||
config BOARD_GOOGLE_MODEL_OCELOT
|
||||
def_bool n
|
||||
select BOARD_GOOGLE_BASEBOARD_OCELOT
|
||||
select DRIVERS_GENERIC_BAYHUB_LV2
|
||||
select DRIVERS_GENERIC_MAX98357A
|
||||
select DRIVERS_INTEL_TOUCH
|
||||
select FSP_UGOP_EARLY_SIGN_OF_LIFE
|
||||
|
||||
config BOARD_GOOGLE_OCELOT
|
||||
select BOARD_GOOGLE_MODEL_OCELOT
|
||||
|
||||
if BOARD_GOOGLE_OCELOT_COMMON
|
||||
|
||||
config BASEBOARD_DIR
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue