securemsm-kernel: Enable Qseecom driver by default

Enable qseecom driver by default to compile on all chipset
in parallel with Qseecom-compat enable.

Change-Id: I3dd3aa2864c41196197f0770020225fa36f088c1
Signed-off-by: Nitin LNU <quic_nlakra@quicinc.com>
This commit is contained in:
Nitin LNU
2023-05-30 12:09:24 +05:30
committed by Gerrit - the friendly Code Review server
parent 3983090d0e
commit cdef6720fe
12 changed files with 47 additions and 31 deletions

View File

@@ -16,7 +16,7 @@
#include "smcinvoke.h"
#include "smcinvoke_object.h"
#include "IClientEnv.h"
#if !IS_ENABLED(CONFIG_QSEECOM)
#if IS_ENABLED(CONFIG_QSEECOM_COMPAT)
#include "IQSEEComCompat.h"
#include "IQSEEComCompatAppLoader.h"
#include "linux/qseecom_api.h"
@@ -323,7 +323,7 @@ int32_t get_client_env_object(struct Object *clientEnvObj)
}
EXPORT_SYMBOL(get_client_env_object);
#if !IS_ENABLED(CONFIG_QSEECOM)
#if IS_ENABLED(CONFIG_QSEECOM_COMPAT)
static int load_app(struct qseecom_compat_context *cxt, const char *app_name)
{