1# OPT3001 light sensor configuration options
2
3# Copyright (c) 2019 Actinius
4# SPDX-License-Identifier: Apache-2.0
5
6config OPT3001
7	bool "OPT3001 Light Sensor"
8	default y
9	depends on DT_HAS_TI_OPT3001_ENABLED
10	select I2C
11	help
12	  Enable driver for OPT3001 light sensors.
13