diff options
-rw-r--r-- | src/vendorcode/google/chromeos/Kconfig | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/vendorcode/google/chromeos/Kconfig b/src/vendorcode/google/chromeos/Kconfig index 02bb227eb9..4d05b3e783 100644 --- a/src/vendorcode/google/chromeos/Kconfig +++ b/src/vendorcode/google/chromeos/Kconfig @@ -22,8 +22,8 @@ config CHROMEOS bool "Build for ChromeOS" default n select TPM - select TPM_INIT_FAILURE_IS_FATAL - select SKIP_TPM_STARTUP_ON_NORMAL_BOOT + select TPM_INIT_FAILURE_IS_FATAL if PC80_SYSTEM && LPC_TPM + select SKIP_TPM_STARTUP_ON_NORMAL_BOOT if PC80_SYSTEM && LPC_TPM select BOOTMODE_STRAPS select ELOG select COLLECT_TIMESTAMPS |