# SPDX-License-Identifier: Apache-2.0
# Copyright (c) 2024 Daniel Kampert
# Author: Daniel Kampert <DanielKampert@Kampis-Elektroecke.de>

config APDS9306
	bool "APDS9306 Sensor"
	default y
	depends on DT_HAS_AVAGO_APDS9306_ENABLED
	select I2C
	help
	  Enable the driver for the APDS9306 digital light sensor.
