xref: /utopia/UTPA2-700.0.x/modules/sar/drv/sar/Kconfig (revision 53ee8cc121a030b8d368113ac3e966b4705770ef)
1config DRV_SAR
2
3tristate "SAR"
4default n
5
6---help---
7Enable compilation option for driver SAR
8
9config MSTAR_UTPA2K_SAR_ENABLE
10    bool "Enable Mstar UTPA2K SAR"
11    default n
12    help
13       Select if you want to enable UTPA2K
14
15config MSTAR_T_SENSOR_ENABLE
16    bool "Enable Mstar T Sesnor"
17    default n
18    help
19       Select if you want to enable T Sensor
20
21config MSTAR_DVFS_ENABLE
22    bool "Enable Mstar DVFS"
23    depends on DRV_SAR
24    depends on (EXT_PLATFORM_FLAG="general") || (EXT_PLATFORM_FLAG="tvos")
25    default n
26    help
27        Select if you want to enable DVFS. If unsure, say 'N'.
28
29config MSTAR_DVFS_KERNEL_SUPPORT
30    bool "Enable Mstar DVFS Flow in Linux Kernel"
31    depends on DRV_SAR
32    depends on (EXT_PLATFORM_FLAG="general") || (EXT_PLATFORM_FLAG="tvos")
33    default n
34    help
35        Select if you want to enable DVFS. If unsure, say 'N'.
36