xref: /utopia/UTPA2-700.0.x/modules/hwi2c/drv/hwi2c/Kconfig (revision 53ee8cc121a030b8d368113ac3e966b4705770ef)
1config DRV_HWI2C
2
3tristate "HWI2C"
4default n
5
6---help---
7Enable compilation option for driver HWI2C
8
9config MSTAR_UTPA2K_HWI2C_ENABLE
10    bool "Enable Mstar UTPA2K HWI2C"
11    default n
12    help
13       Select if you want to enable UTPA2K
14config MSTAR_HWI2C_KERNEL_MODE
15    bool "Enable HWI2C Kernel Mode"
16    default n
17    help
18       Select if you want to enable KernelMode
19
20if DRV_HWI2C
21config HWIIC_INTERRUPT_MODE_ENABLE
22	bool "Enable HWIIC interrupt mode"
23	default n
24	help
25	  Select if you want to enable HWIIC interrupt mode. If unsure, say 'N'.
26
27endif
28