zephyr/drivers/sensor/max44009/Kconfig
Kumar Gala ddddbf9f84 sensor: max44009: Convert to DTS
Convert max44009 sensor driver and sample app to utilize device tree.

Introduce a dts board overlay on the frdm_k64f board to ensure we at
least have a single platform in which the sample gets built.

Signed-off-by: Kumar Gala <kumar.gala@linaro.org>
2019-11-08 07:44:54 -06:00

11 lines
238 B
Plaintext

# MAX44009 light sensor configuration options
# Copyright (c) 2016 Intel Corporation
# SPDX-License-Identifier: Apache-2.0
config MAX44009
bool "MAX44009 Light Sensor"
depends on I2C
help
Enable driver for MAX44009 light sensors.