1# Copyright(c) 2017 Intel Corporation
2# Copyright(c) 2018 Phytec Messtechnik GmbH
3# SPDX-License-Identifier: Apache-2.0
4
5config APDS9253
6	bool "APDS9253 Sensor"
7	default y
8	depends on DT_HAS_AVAGO_APDS9253_ENABLED
9	select I2C
10	help
11	  Enable driver for APDS9253 sensors.
12