summaryrefslogtreecommitdiff
path: root/src/mainboard/google/dedede/Kconfig
diff options
context:
space:
mode:
authorSheng-Liang Pan <sheng-liang.pan@quanta.corp-partner.google.com>2023-12-20 15:07:40 +0800
committerFelix Held <felix-coreboot@felixheld.de>2023-12-31 18:10:02 +0000
commitd9dfd1f2fe2fe0ca57a16be3fa03435d584f7f1e (patch)
treef8b9a4f65ac23b9ce549e6f1938036210d14f804 /src/mainboard/google/dedede/Kconfig
parentd968b8515c584896543e6c74c173e342369a89b9 (diff)
mb/google/dedede: Create dita variant
Create the dita variant of the taranza project by copying the files to a new directory named for the variant. BUG=b:317292413 BRANCH=dedede TEST=util/abuild/abuild -p none -t google/dedede -x -a make sure the build includes GOOGLE_DITA Signed-off-by: Sheng-Liang Pan <sheng-liang.pan@quanta.corp-partner.google.com> Change-Id: I843e33f30cd356e4f12330bdfe2d53a0b3920ef3 Reviewed-on: https://review.coreboot.org/c/coreboot/+/79655 Reviewed-by: Derek Huang <derekhuang@google.com> Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: David Wu <david_wu@quanta.corp-partner.google.com>
Diffstat (limited to 'src/mainboard/google/dedede/Kconfig')
-rw-r--r--src/mainboard/google/dedede/Kconfig9
1 files changed, 9 insertions, 0 deletions
diff --git a/src/mainboard/google/dedede/Kconfig b/src/mainboard/google/dedede/Kconfig
index cfbe32fb43..3e47e3c48f 100644
--- a/src/mainboard/google/dedede/Kconfig
+++ b/src/mainboard/google/dedede/Kconfig
@@ -235,6 +235,13 @@ config BOARD_GOOGLE_DEXI
select RT8168_SET_LED_MODE
select GEO_SAR_ENABLE if CHROMEOS_WIFI_SAR
+config BOARD_GOOGLE_DITA
+ select BOARD_GOOGLE_BASEBOARD_DEDEDE_CR50
+ select RT8168_GEN_ACPI_POWER_RESOURCE
+ select RT8168_GET_MAC_FROM_VPD
+ select RT8168_SET_LED_MODE
+ select GEO_SAR_ENABLE if CHROMEOS_WIFI_SAR
+
if BOARD_GOOGLE_BASEBOARD_DEDEDE
config BASEBOARD_DEDEDE_LAPTOP
@@ -308,6 +315,7 @@ config MAINBOARD_PART_NUMBER
default "Taranza" if BOARD_GOOGLE_TARANZA
default "Boxy" if BOARD_GOOGLE_BOXY
default "Dexi" if BOARD_GOOGLE_DEXI
+ default "Dita" if BOARD_GOOGLE_DITA
config MAX_CPUS
int
@@ -351,6 +359,7 @@ config VARIANT_DIR
default "taranza" if BOARD_GOOGLE_TARANZA
default "boxy" if BOARD_GOOGLE_BOXY
default "dexi" if BOARD_GOOGLE_DEXI
+ default "dita" if BOARD_GOOGLE_DITA
endif #BOARD_GOOGLE_BASEBOARD_DEDEDE