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