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 <fhendriks@eltan.com> Reviewed-on: https://review.coreboot.org/c/coreboot/+/49975 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Angel Pons <th3fanbus@gmail.com>
This commit is contained in:
parent
851571249f
commit
ae38035d3a
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue