zephyr/drivers/led/Kconfig.is31fl3194
Luca Burelli 912a581a95 drivers/led: add IS31FL3194 LED driver
Add support for the IS31FL3194 3-channel LED driver. This driver can be
configured to handle its outputs as either a single RGB LED or (up to)
three independent LEDs.

Signed-off-by: Luca Burelli <l.burelli@arduino.cc>
2024-06-03 15:30:01 -04:00

11 lines
328 B
Text

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