Kconfig (d5432503bfb49f3425bad0b850714ffd8b533cfc) | Kconfig (995863cc8e3e2ab08a8ff18dc937c7a32a7479e0) |
---|---|
1# 2# Light sensors 3# 4# When adding new entries keep the list in alphabetical order 5 6menu "Light sensors" 7 8config ADJD_S311 --- 95 unchanged lines hidden (view full) --- 104 tristate "HID PROX" 105 help 106 Say yes here to build support for the HID SENSOR 107 Proximity sensor. 108 109 To compile this driver as a module, choose M here: the 110 module will be called hid-sensor-prox. 111 | 1# 2# Light sensors 3# 4# When adding new entries keep the list in alphabetical order 5 6menu "Light sensors" 7 8config ADJD_S311 --- 95 unchanged lines hidden (view full) --- 104 tristate "HID PROX" 105 help 106 Say yes here to build support for the HID SENSOR 107 Proximity sensor. 108 109 To compile this driver as a module, choose M here: the 110 module will be called hid-sensor-prox. 111 |
112config JSA1212 113 tristate "JSA1212 ALS and proximity sensor driver" 114 depends on I2C 115 help 116 Say Y here if you want to build a IIO driver for JSA1212 117 proximity & ALS sensor device. 118 119 To compile this driver as a module, choose M here: 120 the module will be called jsa1212. 121 |
|
112config SENSORS_LM3533 113 tristate "LM3533 ambient light sensor" 114 depends on MFD_LM3533 115 help 116 If you say yes here you get support for the ambient light sensor 117 interface on National Semiconductor / TI LM3533 Lighting Power 118 chips. 119 --- 76 unchanged lines hidden --- | 122config SENSORS_LM3533 123 tristate "LM3533 ambient light sensor" 124 depends on MFD_LM3533 125 help 126 If you say yes here you get support for the ambient light sensor 127 interface on National Semiconductor / TI LM3533 Lighting Power 128 chips. 129 --- 76 unchanged lines hidden --- |