1# Copyright (c) 2024 Javad Rahimipetroudi <javad.rahimipetroudi@mind.be>
2# SPDX-License-Identifier: Apache-2.0
3
4config TLC59731_STRIP
5	bool "TLC59731 LED controller"
6	default y
7	depends on DT_HAS_TI_TLC59731_ENABLED
8	select GPIO
9	help
10	  Enable driver for the Texas Instruments TLC59731 EasySet LED
11	  controllers.
12