Kconfig (29fd0ec2bdbef6734fd4c39c23f61d9f030a66a0) | Kconfig (6adba43fd222ea362c36296d1a6897c2e28fdc8e) |
---|---|
1# 2# RMI4 configuration 3# 4config RMI4_CORE 5 tristate "Synaptics RMI4 bus support" 6 help 7 Say Y here if you want to support the Synaptics RMI4 bus. This is 8 required for all RMI4 device support. --- 81 unchanged lines hidden (view full) --- 90 depends on RMI4_CORE 91 depends on VIDEO_V4L2=y || (RMI4_CORE=m && VIDEO_V4L2=m) 92 select VIDEOBUF2_VMALLOC 93 help 94 Say Y here if you want to add support for RMI4 function 54 95 96 Function 54 provides access to various diagnostic features in certain 97 RMI4 touch sensors. | 1# 2# RMI4 configuration 3# 4config RMI4_CORE 5 tristate "Synaptics RMI4 bus support" 6 help 7 Say Y here if you want to support the Synaptics RMI4 bus. This is 8 required for all RMI4 device support. --- 81 unchanged lines hidden (view full) --- 90 depends on RMI4_CORE 91 depends on VIDEO_V4L2=y || (RMI4_CORE=m && VIDEO_V4L2=m) 92 select VIDEOBUF2_VMALLOC 93 help 94 Say Y here if you want to add support for RMI4 function 54 95 96 Function 54 provides access to various diagnostic features in certain 97 RMI4 touch sensors. |
98 99config RMI4_F55 100 bool "RMI4 Function 55 (Sensor tuning)" 101 depends on RMI4_CORE 102 help 103 Say Y here if you want to add support for RMI4 function 55 104 105 Function 55 provides access to the RMI4 touch sensor tuning 106 mechanism. |
|