diff options
author | Mikko Rapeli <mikko.rapeli@linaro.org> | 2023-05-23 15:14:44 +0300 |
---|---|---|
committer | Armin Kuster <akuster808@gmail.com> | 2023-06-03 10:04:32 -0400 |
commit | e3156758b04244dde8b5f9a3a4d0ed106d525965 (patch) | |
tree | 804af16a316a078a1c24293bdeb4ae770978873c | |
parent | d30d8989a0e9d11d878b03d0eeaf341025f60e1a (diff) | |
download | meta-security-e3156758b04244dde8b5f9a3a4d0ed106d525965.tar.gz |
linux-yocto: remove tpm_x86.cfg
It's not used by linux-yocto bbappends in any configuration.
Signed-off-by: Mikko Rapeli <mikko.rapeli@linaro.org>
Signed-off-by: Armin Kuster <akuster808@gmail.com>
-rw-r--r-- | meta-tpm/recipes-kernel/linux/linux-yocto/tpm_x86.cfg | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/meta-tpm/recipes-kernel/linux/linux-yocto/tpm_x86.cfg b/meta-tpm/recipes-kernel/linux/linux-yocto/tpm_x86.cfg deleted file mode 100644 index 8be331a..0000000 --- a/meta-tpm/recipes-kernel/linux/linux-yocto/tpm_x86.cfg +++ /dev/null | |||
@@ -1,4 +0,0 @@ | |||
1 | CONFIG_TCG_NSC=m | ||
2 | CONFIG_TCG_ATMEL=m | ||
3 | CONFIG_TCG_INFINEON=m | ||
4 | CONFIG_TCG_TIS_ST33ZP24=m | ||