12 lines
288 B
Plaintext
12 lines
288 B
Plaintext
# Copyright (c) 2022 Esco Medical ApS
|
|
#
|
|
# SPDX-License-Identifier: Apache-2.0
|
|
|
|
config TLC5971_STRIP
|
|
bool "TLC5971 (and compatible) LED strip driver"
|
|
depends on SPI
|
|
depends on DT_HAS_TI_TLC5971_ENABLED
|
|
default y
|
|
help
|
|
Enable LED strip driver for daisy chains of TLC5971-ish devices
|