aboutsummaryrefslogtreecommitdiff
path: root/src/mainboard/google/dedede/Kconfig
diff options
context:
space:
mode:
authorKarthikeyan Ramasubramanian <kramasub@google.com>2020-01-06 22:02:01 -0700
committerFurquan Shaikh <furquan@google.com>2020-01-27 04:47:20 +0000
commit85c52c5d97070b2e07d34e3a6c60ef5609b8bf2d (patch)
treee44e7e2b383bfeb1e2807325f3a60a1a981f1b70 /src/mainboard/google/dedede/Kconfig
parentda60958ae37f15b6bc6f976bdf32b26fab573ae0 (diff)
mb/google/dedede: Add GPIO stubs
Add stubbed out GPIO configuration and perform GPIO initialization during bootblock and ramstage. BUG=b:144768001 TEST=Build Test Change-Id: I1397b6a433e5046650f64f7eb9a84c51eb0c7441 Signed-off-by: Karthikeyan Ramasubramanian <kramasub@google.com> Reviewed-on: https://review.coreboot.org/c/coreboot/+/38278 Reviewed-by: Aamir Bohra <aamir.bohra@intel.com> Reviewed-by: Furquan Shaikh <furquan@google.com> Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Diffstat (limited to 'src/mainboard/google/dedede/Kconfig')
-rw-r--r--src/mainboard/google/dedede/Kconfig4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/mainboard/google/dedede/Kconfig b/src/mainboard/google/dedede/Kconfig
index 02e4e51a77..7c42404d09 100644
--- a/src/mainboard/google/dedede/Kconfig
+++ b/src/mainboard/google/dedede/Kconfig
@@ -32,4 +32,8 @@ config UART_FOR_CONSOLE
int
default 2
+config VARIANT_DIR
+ string
+ default "dedede" if BOARD_GOOGLE_DEDEDE
+
endif #BOARD_GOOGLE_BASEBOARD_DEDEDE