aboutsummaryrefslogtreecommitdiff
path: root/src/mainboard/google/dedede/Kconfig.name
diff options
context:
space:
mode:
authorKarthikeyan Ramasubramanian <kramasub@google.com>2020-06-30 16:03:55 -0600
committerPatrick Georgi <pgeorgi@google.com>2020-07-06 06:11:37 +0000
commitdab20f887e4ef133a5275ca8794c0685480766ec (patch)
tree3d50bbb2a55c6354533babbedbbbfc8f7813830e /src/mainboard/google/dedede/Kconfig.name
parent8d119fcfba23b6b81d928a0871b3a836758ab8ac (diff)
mb/google/dedede: Create Drawcia Legacy variant
Upcoming builds of drawcia will use 16 MiB SPI ROM. So create a legacy Drawcia variant to support the builds that use 32 MiB SPI ROM. BUG=None TEST=Build the drawcia and drawcia_legacy variant. Cq-Depend: TBD Change-Id: Ifb5a4778abe38a396e35963a3270b0d3cc9809e0 Signed-off-by: Karthikeyan Ramasubramanian <kramasub@google.com> Reviewed-on: https://review.coreboot.org/c/coreboot/+/42960 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Justin TerAvest <teravest@chromium.org>
Diffstat (limited to 'src/mainboard/google/dedede/Kconfig.name')
-rw-r--r--src/mainboard/google/dedede/Kconfig.name5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/mainboard/google/dedede/Kconfig.name b/src/mainboard/google/dedede/Kconfig.name
index 4e2a45068b..b74752e635 100644
--- a/src/mainboard/google/dedede/Kconfig.name
+++ b/src/mainboard/google/dedede/Kconfig.name
@@ -13,6 +13,11 @@ config BOARD_GOOGLE_DRAWCIA
bool "Drawcia"
select BOARD_GOOGLE_BASEBOARD_DEDEDE
select BASEBOARD_DEDEDE_LAPTOP
+
+config BOARD_GOOGLE_DRAWCIA_LEGACY
+ bool "Drawcia (Legacy)"
+ select BOARD_GOOGLE_BASEBOARD_DEDEDE
+ select BASEBOARD_DEDEDE_LAPTOP
select BOARD_ROMSIZE_KB_32768
config BOARD_GOOGLE_WADDLEDOO