blob: 2a9885403dc3f4641c2c3e6b07dd7d0e818a7be4 [file]
# Copyright (c) 2023 PHYTEC Messtechnik GmbH
# SPDX-License-Identifier: Apache-2.0
menuconfig TMD2620
bool "OSRAM-AMS TMD2620 Proxmimity Sensor"
default y
depends on DT_HAS_AMS_TMD2620_ENABLED
select I2C
help
Enable driver for TMD2620 Sensor
if TMD2620
choice
prompt "Trigger Mode"
default TMD2620_TRIGGER_NONE
help
Specify the type of triggering to be used by the driver.
config TMD2620_TRIGGER_NONE
bool "No Trigger"
config TMD2620_TRIGGER_GLOBAL_THREAD
bool "Use global thread"
depends on GPIO
depends on $(dt_compat_any_has_prop,$(DT_COMPAT_AMS_TMD2620),int-gpios)
select TMD2620_TRIGGER
endchoice # Trigger Mode
config TMD2620_TRIGGER
bool
endif # TMD2620