1# Copyright (c) 2022 Esco Medical ApS
2#
3# SPDX-License-Identifier: Apache-2.0
4
5config TLC5971_STRIP
6	bool "TLC5971 (and compatible) LED strip driver"
7	depends on SPI
8	depends on DT_HAS_TI_TLC5971_ENABLED
9	default y
10	help
11	  Enable LED strip driver for daisy chains of TLC5971-ish devices
12