You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
11 lines
315 B
11 lines
315 B
# Copyright (c) 2024 Javad Rahimipetroudi <javad.rahimipetroudi@mind.be> |
|
# SPDX-License-Identifier: Apache-2.0 |
|
|
|
config TLC59731_STRIP |
|
bool "TLC59731 LED controller" |
|
default y |
|
depends on DT_HAS_TI_TLC59731_ENABLED |
|
select GPIO |
|
help |
|
Enable driver for the Texas Instruments TLC59731 EasySet LED |
|
controllers.
|
|
|