Change-Id: Ib27894f0f1e03501583fffb2c759b493d6a7b945 Signed-off-by: Martin Roth <gaumless@gmail.com> Reviewed-on: https://review.coreboot.org/c/coreboot/+/80588 Reviewed-by: Felix Singer <service+coreboot-gerrit@felixsinger.de> Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
9 lines
227 B
Plaintext
9 lines
227 B
Plaintext
## SPDX-License-Identifier: GPL-2.0-only
|
|
|
|
config HAVE_INTEL_PTT
|
|
bool
|
|
default n
|
|
select VBOOT_MOCK_SECDATA if VBOOT
|
|
help
|
|
Activate if your platform has Intel Platform Trust Technology like Intel iTPM and you want to use it.
|