kernel/drivers/input/sensors/psensor/Kconfig
.. .. @@ -5,7 +5,7 @@ 5 5 6 6 menuconfig PROXIMITY_DEVICE 7 7 tristate "proximity sensor device support" 8 - default n8 + default n9 9 10 10 if PROXIMITY_DEVICE 11 11 .. .. @@ -21,6 +21,9 @@ 21 21 tristate "psensor ap321xx" 22 22 default n 23 23 24 +config PS_STK333225 + tristate "proximity sensor stk3332"26 +24 27 config PS_STK3410 25 28 tristate "proximity sensor stk3410" 26 29 default n .. .. @@ -28,5 +31,8 @@ 28 31 config PS_EM3071X 29 32 tristate "proximity sensor em3071x" 30 33 31 -endif34 +config PS_UCS1462035 + tristate "proximity sensor ucs14620"36 + default n32 37 38 +endif