From 5e053af7a677d0c1f98e624057ba7409f8492596 Mon Sep 17 00:00:00 2001 From: Eric Lai Date: Thu, 26 Nov 2020 12:58:10 +0800 Subject: mb/google/brya: Add GPIO stubs Add stubbed out GPIO configuration and perform GPIO initialization during bootblock and ramstage. BUG=b:174266035 TEST=Build Test Signed-off-by: Eric Lai Change-Id: Ia658ab4b466242cf8658abb239f19a9c0a03849a Reviewed-on: https://review.coreboot.org/c/coreboot/+/48065 Tested-by: build bot (Jenkins) Reviewed-by: Tim Wawrzynczak --- src/mainboard/google/brya/Kconfig | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'src/mainboard/google/brya/Kconfig') diff --git a/src/mainboard/google/brya/Kconfig b/src/mainboard/google/brya/Kconfig index f538adef01..3c0875719f 100644 --- a/src/mainboard/google/brya/Kconfig +++ b/src/mainboard/google/brya/Kconfig @@ -26,4 +26,8 @@ config MAINBOARD_PART_NUMBER string default "brya" if BOARD_GOOGLE_BRYA0 +config VARIANT_DIR + string + default "brya0" if BOARD_GOOGLE_BRYA0 + endif # BOARD_GOOGLE_BASEBOARD_BRYA -- cgit v1.2.3