1# Copyright 2023 Daniel DeGrasse <daniel@degrasse.com>
2# SPDX-License-Identifier: Apache-2.0
3
4config IS31FL3733
5	bool "IS31FL3733 LED driver"
6	default y
7	depends on DT_HAS_ISSI_IS31FL3733_ENABLED
8	select I2C
9	help
10	  Enable LED driver for IS31FL3733.
11	  IS31FL3733 is a matrix LED driver, capable of a maximum of 3.29 mA
12	  per LED, or 42 mA total across all LEDs in the 12x16 dot matrix.
13