2019-11-01 13:45:29 +01:00
|
|
|
# OPT3001 light sensor configuration options
|
|
|
|
|
2019-10-14 17:29:05 +02:00
|
|
|
# Copyright (c) 2019 Actinius
|
|
|
|
# SPDX-License-Identifier: Apache-2.0
|
|
|
|
|
2019-10-22 01:04:04 +02:00
|
|
|
config OPT3001
|
2019-10-14 17:29:05 +02:00
|
|
|
bool "OPT3001 Light Sensor"
|
2022-07-19 22:41:45 -05:00
|
|
|
default y
|
|
|
|
depends on DT_HAS_TI_OPT3001_ENABLED
|
2020-09-18 16:21:59 +02:00
|
|
|
depends on I2C
|
2019-10-14 17:29:05 +02:00
|
|
|
help
|
|
|
|
Enable driver for OPT3001 light sensors.
|