diff mbox series

[3/3] arm/linux-yocto: remove optee num pages kernel config variable

Message ID 20220811134236.3502-3-jon.mason@arm.com
State New
Headers show
Series [1/3] arm-bsp/fvp-base-arm32: Update kernel patch for v5.19 | expand

Commit Message

Jon Mason Aug. 11, 2022, 1:42 p.m. UTC
This kernel config variable has been removed from newer kernels (v5.19)
and is logging a warning of:
[INFO]: the following symbols were not found in the active configuration:
     - CONFIG_OPTEE_SHM_NUM_PRIV_PAGES

Remove the entry, as it is no longer needed

Signed-off-by: Jon Mason <jon.mason@arm.com>
---
 meta-arm/recipes-kernel/linux/linux-yocto/tee.cfg | 1 -
 1 file changed, 1 deletion(-)
diff mbox series

Patch

diff --git a/meta-arm/recipes-kernel/linux/linux-yocto/tee.cfg b/meta-arm/recipes-kernel/linux/linux-yocto/tee.cfg
index 9a25cd5b..53c452d4 100644
--- a/meta-arm/recipes-kernel/linux/linux-yocto/tee.cfg
+++ b/meta-arm/recipes-kernel/linux/linux-yocto/tee.cfg
@@ -5,7 +5,6 @@  CONFIG_TEE=y
 # TEE drivers
 #
 CONFIG_OPTEE=y
-CONFIG_OPTEE_SHM_NUM_PRIV_PAGES=1
 # end of TEE drivers
 
 CONFIG_TCG_TPM=y