Add all the necessary files to add apds9253 Avago sensor driver. Sensor available at https://docs.broadcom.com/doc/APDS-9253-001-DS Signed-off-by: Margherita Milani <margherita.milani@amarulasolutions.com> Signed-off-by: Michael Trimarchi <michael@amarulasolutions.com>
12 lines
271 B
Plaintext
12 lines
271 B
Plaintext
# Copyright(c) 2017 Intel Corporation
|
|
# Copyright(c) 2018 Phytec Messtechnik GmbH
|
|
# SPDX-License-Identifier: Apache-2.0
|
|
|
|
config APDS9253
|
|
bool "APDS9253 Sensor"
|
|
default y
|
|
depends on DT_HAS_AVAGO_APDS9253_ENABLED
|
|
select I2C
|
|
help
|
|
Enable driver for APDS9253 sensors.
|