Furquan Shaikh has uploaded this change for review. ( https://review.coreboot.org/22825
Change subject: mb/google/poppy/variants/nami: Disable native SD card controller ......................................................................
mb/google/poppy/variants/nami: Disable native SD card controller
This change selects Kconfig option to disable native SD card controller in ACPI tables, since it is not used on nami.
BUG=b:70160119
Change-Id: I6180c2b342c69e6a7c357f10b6297d67ea0211d7 Signed-off-by: Furquan Shaikh furquan@google.com --- M src/mainboard/google/poppy/Kconfig 1 file changed, 1 insertion(+), 0 deletions(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/25/22825/1
diff --git a/src/mainboard/google/poppy/Kconfig b/src/mainboard/google/poppy/Kconfig index 75c9648..72103af 100644 --- a/src/mainboard/google/poppy/Kconfig +++ b/src/mainboard/google/poppy/Kconfig @@ -120,6 +120,7 @@ def_bool n select DRIVERS_PS2_KEYBOARD select DRIVERS_SPI_ACPI + select EXCLUDE_NATIVE_SD_INTERFACE select VARIANT_HAS_SPI_TPM if !VBOOT_MOCK_SECDATA
config VARIANT_SPECIFIC_OPTIONS_NAUTILUS