1# MAX44009 light sensor configuration options
2
3# Copyright (c) 2016 Intel Corporation
4# SPDX-License-Identifier: Apache-2.0
5
6config MAX44009
7	bool "MAX44009 Light Sensor"
8	default y
9	depends on DT_HAS_MAXIM_MAX44009_ENABLED
10	select I2C
11	help
12	  Enable driver for MAX44009 light sensors.
13