aboutsummaryrefslogtreecommitdiff
path: root/src/mainboard
diff options
context:
space:
mode:
Diffstat (limited to 'src/mainboard')
-rw-r--r--src/mainboard/google/kahlee/Kconfig6
1 files changed, 4 insertions, 2 deletions
diff --git a/src/mainboard/google/kahlee/Kconfig b/src/mainboard/google/kahlee/Kconfig
index 8c8486e652..3507181083 100644
--- a/src/mainboard/google/kahlee/Kconfig
+++ b/src/mainboard/google/kahlee/Kconfig
@@ -145,8 +145,10 @@ config TPM_SPI_SPEED
endif
-# Don't use AMD's Secure OS
+# Don't use AMD's Secure OS if ChromeOS build.
config USE_PSPSECUREOS
- def_bool n
+ bool
+ default n if CHROMEOS
+ default y
endif # BOARD_GOOGLE_BASEBOARD_KAHLEE