summaryrefslogtreecommitdiff
path: root/src/mainboard/google/dedede/Kconfig
diff options
context:
space:
mode:
authorRen Kuo <ren.kuo@quanta.corp-partner.google.com>2020-07-16 18:36:55 +0800
committerPatrick Georgi <pgeorgi@google.com>2020-07-27 05:10:07 +0000
commit98b7033f07473ea07577135aaa6b1cf2770c44b1 (patch)
tree87e70e50f5c24b08d25b18887f6ebac39763c9f6 /src/mainboard/google/dedede/Kconfig
parenta020903307b183a24e589b3f7d48ea0e598e3921 (diff)
downloadcoreboot-98b7033f07473ea07577135aaa6b1cf2770c44b1.tar.xz
dedede: Create magolor variant
Create the magolor 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.1.1). BUG=b:58540772 BRANCH=None TEST=util/abuild/abuild -p none -t google/dedede -x -a make sure the build includes GOOGLE_MAGOLOR Signed-off-by: Ren Kuo <ren.kuo@quanta.corp-partner.google.com> Change-Id: I3e39e650b82a0aa629a48a00227700b058effb34 Reviewed-on: https://review.coreboot.org/c/coreboot/+/43803 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Paul Fagerburg <pfagerburg@chromium.org>
Diffstat (limited to 'src/mainboard/google/dedede/Kconfig')
-rw-r--r--src/mainboard/google/dedede/Kconfig2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/mainboard/google/dedede/Kconfig b/src/mainboard/google/dedede/Kconfig
index 68282eab76..d5057c714f 100644
--- a/src/mainboard/google/dedede/Kconfig
+++ b/src/mainboard/google/dedede/Kconfig
@@ -76,6 +76,7 @@ config MAINBOARD_PART_NUMBER
default "Waddledoo" if BOARD_GOOGLE_WADDLEDOO
default "Waddledee" if BOARD_GOOGLE_WADDLEDEE
default "Wheelie" if BOARD_GOOGLE_WHEELIE
+ default "Magolor" if BOARD_GOOGLE_MAGOLOR
config MAX_CPUS
int
@@ -104,6 +105,7 @@ config VARIANT_DIR
default "waddledoo" if BOARD_GOOGLE_WADDLEDOO
default "waddledee" if BOARD_GOOGLE_WADDLEDEE
default "wheelie" if BOARD_GOOGLE_WHEELIE
+ default "magolor" if BOARD_GOOGLE_MAGOLOR
config VARIANT_HAS_CAMERA_ACPI
bool