# OPT3001 light sensor configuration options

# Copyright (c) 2019 Actinius
# SPDX-License-Identifier: Apache-2.0

config OPT3001
	bool "OPT3001 Light Sensor"
	default y
	depends on DT_HAS_TI_OPT3001_ENABLED
	select I2C
	help
	  Enable driver for OPT3001 light sensors.

if OPT3001

module = OPT3001
thread_priority = 10
thread_stack_size = 1024
source "drivers/sensor/Kconfig.trigger_template"

endif # OPT3001
