hc
2024-08-16 62c46c9150c4afde7e5b25436263fddf79d66f0b
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
# SPDX-License-Identifier: GPL-2.0
#
# light and position sensor drivers configuration
#
 
menuconfig PROXIMITY_DEVICE
   tristate "proximity sensor device support"
   default n
 
if PROXIMITY_DEVICE
 
config PS_AL3006
   tristate "psensor al3006"
   default n
 
config PS_STK3171
   tristate "psensor stk3171"
   default n
 
config PS_AP321XX
   tristate "psensor ap321xx"
   default n
 
config PS_STK3332
   tristate "proximity sensor stk3332"
 
config PS_STK3410
   tristate "proximity sensor stk3410"
   default n
 
config PS_EM3071X
   tristate "proximity sensor em3071x"
 
config PS_UCS14620
   tristate "proximity sensor ucs14620"
   default n
 
endif