mirror of
https://git.yoctoproject.org/meta-security
synced 2026-05-09 17:40:32 +00:00
3e0671d1ea
Signed-off-by: Armin Kuster <akuster808@gmail.com>
6 lines
134 B
Plaintext
6 lines
134 B
Plaintext
#
|
|
# TPM kernel support
|
|
|
|
KERNEL_FEATURES_append += "${@bb.utils.contains('MACHINE_FEATURES', 'tpm', ' features/tpm/tpm.scc', '', d)}"
|
|
|