summaryrefslogtreecommitdiff
path: root/FreeRTOS/Demo/T-HEAD_CB2201_CDK/csi/csi_driver/csky/common/sha/Kconfig
blob: 78c2a1fcef07d8e69ea814e8852440357e92f08b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
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