2019-10-14 23:29:05 +08:00
|
|
|
# Kconfig - OPT3001 light sensor configuration options
|
|
|
|
#
|
|
|
|
# Copyright (c) 2019 Actinius
|
|
|
|
#
|
|
|
|
# SPDX-License-Identifier: Apache-2.0
|
|
|
|
#
|
|
|
|
|
2019-10-22 07:04:04 +08:00
|
|
|
config OPT3001
|
2019-10-14 23:29:05 +08:00
|
|
|
bool "OPT3001 Light Sensor"
|
|
|
|
depends on (I2C && HAS_DTS_I2C)
|
|
|
|
help
|
|
|
|
Enable driver for OPT3001 light sensors.
|