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> Reviewed-on: https://review.coreboot.org/22825 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Paul Menzel <paulepanter@users.sourceforge.net> Reviewed-by: Aaron Durbin <adurbin@chromium.org>
This commit is contained in:
parent
0f82905be4
commit
55fa54d0c0
|
@ -120,6 +120,7 @@ config VARIANT_SPECIFIC_OPTIONS_NAMI
|
|||
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
|
||||
|
|
Loading…
Reference in New Issue