Files
Wangqiang Guo ab238eac93 input: sensor: light/proximity sensor: support ucs14620
Signed-off-by: Wangqiang Guo <kay.guo@rock-chips.com>
Change-Id: If3bb5077e0a5d4cc7a5581b479f39ee1bc4f3b1b
2022-02-18 16:56:01 +08:00

39 lines
621 B
Plaintext

# 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