From 98b7033f07473ea07577135aaa6b1cf2770c44b1 Mon Sep 17 00:00:00 2001 From: Ren Kuo Date: Thu, 16 Jul 2020 18:36:55 +0800 Subject: 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 Change-Id: I3e39e650b82a0aa629a48a00227700b058effb34 Reviewed-on: https://review.coreboot.org/c/coreboot/+/43803 Tested-by: build bot (Jenkins) Reviewed-by: Paul Fagerburg --- src/mainboard/google/dedede/Kconfig | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/mainboard/google/dedede/Kconfig') 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 -- cgit v1.2.3