summaryrefslogtreecommitdiff
path: root/FreeRTOS/Demo/T-HEAD_CB2201_CDK/csi/csi_driver/csky/common/sha/Kconfig
diff options
context:
space:
mode:
Diffstat (limited to 'FreeRTOS/Demo/T-HEAD_CB2201_CDK/csi/csi_driver/csky/common/sha/Kconfig')
-rw-r--r--FreeRTOS/Demo/T-HEAD_CB2201_CDK/csi/csi_driver/csky/common/sha/Kconfig20
1 files changed, 20 insertions, 0 deletions
diff --git a/FreeRTOS/Demo/T-HEAD_CB2201_CDK/csi/csi_driver/csky/common/sha/Kconfig b/FreeRTOS/Demo/T-HEAD_CB2201_CDK/csi/csi_driver/csky/common/sha/Kconfig
new file mode 100644
index 000000000..78c2a1fce
--- /dev/null
+++ b/FreeRTOS/Demo/T-HEAD_CB2201_CDK/csi/csi_driver/csky/common/sha/Kconfig
@@ -0,0 +1,20 @@
+choice
+ prompt "select sha type "
+ help
+ select sha type
+config SHA_CK_V2
+ bool "csky v2 sha"
+ help
+ select the ck sha driver
+
+config SHA_CK_V1
+ bool "csky v1 sha"
+ help
+ select the ck sha driver
+
+config SHA_ZX29
+ bool "csky zx29 sha"
+ help
+ select the zx29 sha driver
+
+endchoice