xref: /utopia/UTPA2-700.0.x/modules/dscmb/drv/ca2/Kconfig (revision 53ee8cc121a030b8d368113ac3e966b4705770ef)
1config DRV_CA2
2
3tristate "CA2"
4default n
5
6---help---
7Enable compilation option for driver CA
8
9if DRV_CA2
10config CA2_UTOPIA_20_ENABLE
11	bool "Enable CA2 20"
12	default y
13	help
14	  Select if you want to enable CA2 Utopia 2_0. If unsure say 'Y'.
15
16config CA2_NO_PRINTF_ENABLE
17	bool "Enable No Print Message"
18	default n
19	help
20	  Select if you want to remove printf message. If unsure, say 'N'.
21endif
22