hc
2023-11-22 9ca5fbcb63a8dcaee0527f96afb91dc4b4bd8fa9
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
# 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_STK3410
   tristate "proximity sensor stk3410"
   default n
 
config PS_EM3071X
   tristate "proximity sensor em3071x"
 
endif