diff options
| author | Christian Marangi <ansuelsmth@gmail.com> | 2023-09-25 18:04:51 +0200 |
|---|---|---|
| committer | Christian Marangi <ansuelsmth@gmail.com> | 2023-09-25 19:33:24 +0200 |
| commit | e89373bc2308630f09f911b445fae330a627dd1d (patch) | |
| tree | 49d48ffc14799677287c4b73fd5628fb81854fb2 /target/linux | |
| parent | f1bb528ae7631c60b95499b7e8a1948c3e6a42f0 (diff) | |
| download | upstream-e89373bc2308630f09f911b445fae330a627dd1d.tar.gz upstream-e89373bc2308630f09f911b445fae330a627dd1d.tar.bz2 upstream-e89373bc2308630f09f911b445fae330a627dd1d.zip | |
generic: 6.1: add missing config TRUSTED_KEYS_TEE
Add missing config TRUSTED_KEYS_TEE for kernel 6.1 triggered when
TRUSTED_KEYS is enabled.
Signed-off-by: Christian Marangi <ansuelsmth@gmail.com>
Diffstat (limited to 'target/linux')
| -rw-r--r-- | target/linux/generic/config-6.1 | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/target/linux/generic/config-6.1 b/target/linux/generic/config-6.1 index be0e56f869d..5796cbb67c8 100644 --- a/target/linux/generic/config-6.1 +++ b/target/linux/generic/config-6.1 @@ -6989,6 +6989,7 @@ CONFIG_TRAD_SIGNALS=y # CONFIG_TRUSTED_FOUNDATIONS is not set # CONFIG_TRUSTED_KEYS is not set # CONFIG_TRUSTED_KEYS_TPM is not set +# CONFIG_TRUSTED_KEYS_TEE is not set # CONFIG_TSL2583 is not set # CONFIG_TSL2591 is not set # CONFIG_TSL2772 is not set |
