xref: /utopia/UTPA2-700.0.x/modules/dscmb/drv/dscmb2/Kconfig (revision 53ee8cc121a030b8d368113ac3e966b4705770ef)
1config DRV_DSCMB2
2
3tristate "DSCMB2"
4default n
5
6---help---
7Enable compilation option for driver DSCMB2
8
9if DRV_DSCMB2
10config DSCMB2_UTOPIA_20_ENABLE
11	bool "Enable DSCMB2 20"
12	default y
13	help
14	  Select if you want to enable DSCMB2 Utopia 2_0. If unsure, say 'Y'.
15
16config DSCMB2_NSK_ENABLE
17	bool "Enable DSCMB2 NSK"
18	default n
19	help
20	  Select if you want to enable DSCMB2 NSK. If unsure, say 'N'.
21
22config DSCMB2_MULTI2_ENABLE
23	bool "Enable DSCMB2 MLUTI2"
24	default n
25	help
26	  Select if you want to enable DSCMB2 MULTI2. If unsure, say 'N'.
27
28config DSCMB2_NO_PRINTF_ENABLE
29	bool "Enable No Print Message"
30	default n
31	help
32	  Select if you want to remove printf message. If unsure, say 'N'.
33
34config DSCMB2_HW_SEM_ENABLE
35	bool "Enable HW SEM"
36	default n
37	help
38	  Select if you want to enable HW SEM. If unsure, say 'N'.
39
40
41config DSCMB2_SECURE_MODE_ENABLE
42	bool "Enable Secure Mode"
43	depends on DSCMB2_HW_SEM_ENABLE
44	default n
45	help
46	  Select if you want to enable secure mode. If unsure, say 'N'.
47
48endif
49