1# Copyright (c) 2024 Arduino SA
2# SPDX-License-Identifier: Apache-2.0
3
4config IS31FL3194
5	bool "IS31FL3194 LED driver"
6	default y
7	depends on DT_HAS_ISSI_IS31FL3194_ENABLED
8	select I2C
9	help
10	  Enable LED driver for Lumissil Microsystems (a division of ISSI)
11	  IS31FL3194. This chip supports one RGB LED or 3 independent LEDs.
12