hc
2024-01-04 1543e317f1da31b75942316931e8f491a8920811
kernel/drivers/input/sensors/psensor/Kconfig
....@@ -5,7 +5,7 @@
55
66 menuconfig PROXIMITY_DEVICE
77 tristate "proximity sensor device support"
8
- default n
8
+ default n
99
1010 if PROXIMITY_DEVICE
1111
....@@ -21,6 +21,9 @@
2121 tristate "psensor ap321xx"
2222 default n
2323
24
+config PS_STK3332
25
+ tristate "proximity sensor stk3332"
26
+
2427 config PS_STK3410
2528 tristate "proximity sensor stk3410"
2629 default n
....@@ -28,5 +31,8 @@
2831 config PS_EM3071X
2932 tristate "proximity sensor em3071x"
3033
31
-endif
34
+config PS_UCS14620
35
+ tristate "proximity sensor ucs14620"
36
+ default n
3237
38
+endif