1# Copyright 2023 Google LLC
2# SPDX-License-Identifier: Apache-2.0
3
4config TCS3400
5	bool "TCS3400 Sensor"
6	default y
7	depends on DT_HAS_AMS_TCS3400_ENABLED
8	select I2C
9	help
10	  Enable driver for TCS3400 sensors.
11