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