1# Copyright (c) 2023 Andreas Kilian
2# SPDX-License-Identifier: Apache-2.0
3
4# Vishay VEML7700 ambient light sensor driver options.
5
6config VEML7700
7	bool "Vishay VEML7700 ambient light sensor"
8	default y
9	depends on DT_HAS_VISHAY_VEML7700_ENABLED
10	select I2C
11	help
12	  Enable Vishay VEML7700 ambient light sensor driver.
13