aboutsummaryrefslogtreecommitdiff
path: root/src/mainboard/google/corsola/Kconfig
diff options
context:
space:
mode:
authorRex-BC Chen <rex-bc.chen@mediatek.corp-partner.google.com>2022-01-04 22:35:23 +0800
committerFelix Held <felix-coreboot@felixheld.de>2022-01-07 15:29:06 +0000
commit1e9dfd9d8c8c432b885ed10f25b2101f9aa2d2b1 (patch)
tree440a78a3c6f4ab36c58c71e18ed5388c22ccd164 /src/mainboard/google/corsola/Kconfig
parent8eedca3e9e0bd0d076915ba1f0da344c4fb3de9a (diff)
mb/google/corsola: Enable the SD card reader
The Kingler board has an SD card reader connected via USB and can be enabled by setting GPIO EN_PP3300_SDBRDG_X to output mode and activated. BUG=b:211385131 TEST=boot kernel using SD card. Signed-off-by: Rex-BC Chen <rex-bc.chen@mediatek.com> Change-Id: I903731ea4906328b2f0f5a7c6c06bd9c964d24ec Reviewed-on: https://review.coreboot.org/c/coreboot/+/60780 Reviewed-by: Hung-Te Lin <hungte@chromium.org> Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Diffstat (limited to 'src/mainboard/google/corsola/Kconfig')
-rw-r--r--src/mainboard/google/corsola/Kconfig3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/mainboard/google/corsola/Kconfig b/src/mainboard/google/corsola/Kconfig
index 88b390d987..7bf557fd2c 100644
--- a/src/mainboard/google/corsola/Kconfig
+++ b/src/mainboard/google/corsola/Kconfig
@@ -55,7 +55,8 @@ config BOOT_DEVICE_SPI_FLASH_BUS
config SDCARD_INIT
bool
- default n
+ default y if BOARD_GOOGLE_KINGLER_COMMON
+ default n if BOARD_GOOGLE_KRABBY_COMMON
config DRIVER_TPM_SPI_BUS
hex