mirror of
https://github.com/revyos/th1520-vendor-uboot.git
synced 2026-07-07 16:56:30 +02:00
11 lines
288 B
C
Executable File
11 lines
288 B
C
Executable File
/*
|
|
* Copyright (C) 2019-2020 Alibaba Group Holding Limited
|
|
*/
|
|
#ifndef __SEC_INCLUDE_CONFIG__
|
|
#define __SEC_INCLUDE_CONFIG__
|
|
|
|
#define CONFIG_SYSTEM_SECURE 1
|
|
#define CONFIG_CSI_V2 1
|
|
#define CONFIG_SEC_CRYPTO_SM2 1
|
|
#define CONFIG_SEC_CRYPTO_SM3 1
|
|
#endif /* __SEC_INCLUDE_CONFIG__ */ |