summaryrefslogtreecommitdiff
path: root/src/mainboard/google/kahlee/Kconfig
diff options
context:
space:
mode:
authorMartin Roth <martinroth@chromium.org>2019-03-13 12:40:47 -0600
committerPatrick Georgi <pgeorgi@google.com>2019-03-18 09:12:10 +0000
commit09abb879a41a087023b37e6f9a6a2c7172688446 (patch)
tree54b71f3c50c98b76eb21c344e6552c3fa1346a42 /src/mainboard/google/kahlee/Kconfig
parent25eb2bceb825cbd42e1ad8cb922097e0faf5756e (diff)
downloadcoreboot-09abb879a41a087023b37e6f9a6a2c7172688446.tar.xz
mainboard/google/kahlee: Don't use AMD's secure OS
Disable the use of AMD's Secure OS through the Kconfig option. BUG=chromium:903833 TEST=Build google/aleena, verify types 02, 0c, 0d are removed from PSP directory table Signed-off-by: Martin Roth <martinroth@chromium.org> Change-Id: Iabb0632eef88170dde45dea2e2e15b54b3a06f7b Reviewed-on: https://review.coreboot.org/c/coreboot/+/31890 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Paul Menzel <paulepanter@users.sourceforge.net> Reviewed-by: Richard Spiegel <richard.spiegel@silverbackltd.com>
Diffstat (limited to 'src/mainboard/google/kahlee/Kconfig')
-rw-r--r--src/mainboard/google/kahlee/Kconfig4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/mainboard/google/kahlee/Kconfig b/src/mainboard/google/kahlee/Kconfig
index 1c466256a5..921f1be69a 100644
--- a/src/mainboard/google/kahlee/Kconfig
+++ b/src/mainboard/google/kahlee/Kconfig
@@ -141,4 +141,8 @@ config OEM_BIN_FILE
depends on USE_OEM_BIN
default ""
+# Don't use AMD's Secure OS
+config USE_PSPSECUREOS
+ def_bool n
+
endif # BOARD_GOOGLE_BASEBOARD_KAHLEE