From ae38035d3a6c8892bf734bac19ddf052365e9b4c Mon Sep 17 00:00:00 2001 From: Frans Hendriks Date: Wed, 27 Jan 2021 10:59:30 +0100 Subject: vc/google/chromeos/Kconfig: Remove unused NO_TPM_RESUME lint-008-kconfig reports unused symbol NO_TPM_RESUME. Remove NO_TPM_RESUME. BUG = N/A TEST = Build Intel Elkhart Lake with Chrome EC enabled Change-Id: I257ebcb4c42036d1476b9dc8e6d46fcc8c05f452 Signed-off-by: Frans Hendriks Reviewed-on: https://review.coreboot.org/c/coreboot/+/49975 Tested-by: build bot (Jenkins) Reviewed-by: Angel Pons --- src/vendorcode/google/chromeos/Kconfig | 8 -------- 1 file changed, 8 deletions(-) diff --git a/src/vendorcode/google/chromeos/Kconfig b/src/vendorcode/google/chromeos/Kconfig index 9ed24a9924..d5254ac8cc 100644 --- a/src/vendorcode/google/chromeos/Kconfig +++ b/src/vendorcode/google/chromeos/Kconfig @@ -49,14 +49,6 @@ config CHROMEOS_RAMOOPS_RAM_SIZE default 0x00100000 depends on CHROMEOS_RAMOOPS -config NO_TPM_RESUME - bool - default n - help - On some boards the TPM stays powered up in S3. On those - boards, booting Windows will break if the TPM resume command - is sent during an S3 resume. - config HAVE_REGULATORY_DOMAIN bool "Add regulatory domain methods" default n -- cgit v1.2.3