diff options
author | kevin3.yang <kevin3.yang@lcfc.corp-partner.google.com> | 2023-04-19 14:31:00 +0800 |
---|---|---|
committer | Eric Lai <eric_lai@quanta.corp-partner.google.com> | 2023-04-21 01:10:20 +0000 |
commit | 67528fb5840b1cd6ac96a55558ee322c8b4b06b4 (patch) | |
tree | 9a204d95bd6aa3ad0af91aaa9da07c2d1d3c4839 /src/mainboard/google/dedede/Kconfig.name | |
parent | af3992e28e0d644d781621931870b00b3afac7c0 (diff) |
mb/google/dedede: Create boxy variant
Create the boxy variant of the waddledee reference board by copying
the template files to a new directory named for the variant.
(Auto-Generated by create_coreboot_variant.sh version 4.5.0).
BUG=b:277529068
BRANCH=None
TEST=util/abuild/abuild -p none -t google/dedede -x -a
make sure the build includes GOOGLE_BOXY
Change-ID: Ief22eb000421c23abf6de3f99eb860bdae1e7919
Signed-off-by: kevin3.yang <kevin3.yang@lcfc.corp-partner.google.com>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/74536
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Derek Huang <derekhuang@google.com>
Reviewed-by: Eric Lai <eric_lai@quanta.corp-partner.google.com>
Diffstat (limited to 'src/mainboard/google/dedede/Kconfig.name')
-rw-r--r-- | src/mainboard/google/dedede/Kconfig.name | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/src/mainboard/google/dedede/Kconfig.name b/src/mainboard/google/dedede/Kconfig.name index 8ccd0c7d78..cfb4186d2f 100644 --- a/src/mainboard/google/dedede/Kconfig.name +++ b/src/mainboard/google/dedede/Kconfig.name @@ -205,3 +205,10 @@ config BOARD_GOOGLE_SHOTZO config BOARD_GOOGLE_TARANZA bool "-> Taranza" select BOARD_GOOGLE_BASEBOARD_DEDEDE_CR50 + +config BOARD_GOOGLE_BOXY + bool "-> Boxy" + select BOARD_GOOGLE_BASEBOARD_DEDEDE_CR50 + select RT8168_GEN_ACPI_POWER_RESOURCE + select RT8168_GET_MAC_FROM_VPD + select RT8168_SET_LED_MODE |