diff options
author | Furquan Shaikh <furquan@google.com> | 2017-12-11 23:34:45 -0800 |
---|---|---|
committer | Furquan Shaikh <furquan@google.com> | 2017-12-13 05:24:17 +0000 |
commit | 55fa54d0c097975f087939563718daa0ceab9f94 (patch) | |
tree | 0cdb9b269c4a2877bb2dfd37ac316856cd82a93b /src/mainboard/google/poppy/Kconfig | |
parent | 0f82905be42f0ad955af0f48394541f35f6fd85b (diff) |
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>
Diffstat (limited to 'src/mainboard/google/poppy/Kconfig')
-rw-r--r-- | src/mainboard/google/poppy/Kconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/mainboard/google/poppy/Kconfig b/src/mainboard/google/poppy/Kconfig index 75c9648067..72103afb49 100644 --- a/src/mainboard/google/poppy/Kconfig +++ b/src/mainboard/google/poppy/Kconfig @@ -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 |