xref: /OK3568_Linux_fs/kernel/drivers/input/sensors/lsensor/Kconfig (revision 4882a59341e53eb6f0b4789bf948001014eff981)
1# SPDX-License-Identifier: GPL-2.0
2#
3# light and position sensor drivers configuration
4#
5
6menuconfig LIGHT_DEVICE
7	tristate "light sensor device support"
8	default n
9
10if LIGHT_DEVICE
11config LS_CM3217
12	tristate "light sensor cm3217"
13	default n
14
15config LS_CM3218
16	tristate "light sensor cm3218"
17	default n
18
19config LS_CM3232
20	tristate "light sensor cm3232"
21	default n
22
23config LS_AL3006
24	tristate "light sensor al3006"
25	default n
26
27config LS_STK3171
28	tristate "light sensor stk3171"
29	default n
30
31config LS_ISL29023
32	tristate "light sensor isl29023"
33	default n
34
35config LS_AP321XX
36	tristate "light sensor ap321xx"
37	default n
38
39config LS_UCS14620
40	tristate "light sensor ucs14620"
41	default n
42
43config LS_US5152
44	tristate "light sensor us5152"
45        default n
46
47config LS_STK3332
48        tristate "light sensor stk3332"
49
50config LS_STK3410
51	tristate "light sensor stk3410"
52	default n
53
54config LS_EM3071X
55	tristate "light sensor em3071x"
56endif
57
58