summaryrefslogtreecommitdiff
path: root/FreeRTOS/Demo/T-HEAD_CB2201_CDK/csi/csi_driver/csky/common/trng/Kconfig
blob: b7e48231f9b16e074e946c19fa192d33fa0ab130 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
choice
    prompt "select trng type "
        help
          select trng type
config TRNG_CK
    bool "csky trng"
    help
        select the ck trng driver

config TRNG_ZX29
    bool "zx29 trng"
    help
        select the zx29 trng driver

config TRNG_XX
    bool "example trng"
    help
        this option for test

endchoice