1# Copyright (c) 2023 Endor AG
2# SPDX-License-Identifier: Apache-2.0
3
4config IS31FL3216A
5	bool "IS31FL3216A LED driver"
6	default y
7	depends on DT_HAS_ISSI_IS31FL3216A_ENABLED
8	select I2C
9	help
10	  Enable LED driver for Lumissil Microsystems (a division of ISSI)
11	  IS31FL3216A. This chip supports up to 16 PWM controlled LEDs.
12