zephyr/drivers/sensor/maxim/max44009/Kconfig
Maureen Helm c02e3aa47a drivers: sensor: maxim: Move to vendor subdirectory
Organizes sensor drivers by vendor to distribute maintainership
responsibilities.

Signed-off-by: Maureen Helm <maureen.helm@analog.com>
2024-04-08 09:14:06 -04:00

13 lines
287 B
Plaintext

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