2019-11-01 20:45:29 +08:00
|
|
|
# MAX44009 light sensor configuration options
|
2016-07-08 09:33:29 +08:00
|
|
|
|
|
|
|
# Copyright (c) 2016 Intel Corporation
|
2017-01-19 09:01:01 +08:00
|
|
|
# SPDX-License-Identifier: Apache-2.0
|
2016-07-08 09:33:29 +08:00
|
|
|
|
2019-11-07 20:26:52 +08:00
|
|
|
config MAX44009
|
2018-08-14 22:19:20 +08:00
|
|
|
bool "MAX44009 Light Sensor"
|
2017-09-22 02:28:16 +08:00
|
|
|
depends on I2C
|
2016-07-08 09:33:29 +08:00
|
|
|
help
|
2017-12-13 23:08:21 +08:00
|
|
|
Enable driver for MAX44009 light sensors.
|