securemsm-kernel: Enable CONFIG_QSEECOM_COMPAT for pineapple

Bzl files changes to enable CONFIG_QSEECOM_COMPAT for pineapple.
Now that ddk flag is enabled, the config can no longer be enabled
with Kbuild, instead we have to use bzl based changes to enable
it.

Change-Id: I2f1bb9bb4b78413289b7fa988a49fc7b10e7836e
Signed-off-by: Divisha Bisht <quic_divibish@quicinc.com>
This commit is contained in:
Divisha Bisht
2023-06-16 20:48:09 +05:30
förälder f611793ab5
incheckning 986fef5bf8
3 ändrade filer med 19 tillägg och 15 borttagningar

Visa fil

@@ -18,6 +18,8 @@ static inline int qseecom_process_listener_from_smcinvoke(uint32_t *result,
{
return -EOPNOTSUPP;
}
int get_qseecom_kernel_fun_ops(void);
#endif