zephyr/drivers/led/Kconfig.is31fl3216a
Guy Morand 890363a6fb drivers: led: Add lumissil is31fl3216a driver
The IS31FL3216A is a fun light LED controller. The LED current of each
channel can be set in 256 steps by adjusting the PWM duty cycle through
an I2C interface.

Signed-off-by: Guy Morand <guy.morand@bytesatwork.ch>
2023-06-19 11:02:36 +02:00

12 lines
325 B
Plaintext

# Copyright (c) 2023 Endor AG
# SPDX-License-Identifier: Apache-2.0
config IS31FL3216A
bool "IS31FL3216A LED driver"
default y
depends on DT_HAS_ISSI_IS31FL3216A_ENABLED
select I2C
help
Enable LED driver for Lumissil Microsystems (a division of ISSI)
IS31FL3216A. This chip supports up to 16 PWM controlled LEDs.