12 lines
307 B
Plaintext
12 lines
307 B
Plaintext
# Copyright (c) 2024 TOKITA Hiroshi
|
|
# SPDX-License-Identifier: Apache-2.0
|
|
|
|
config LED_STRIP_MATRIX
|
|
bool "LED strip matrix display driver"
|
|
default y
|
|
depends on DT_HAS_LED_STRIP_MATRIX_ENABLED
|
|
depends on LED_STRIP
|
|
help
|
|
Enable LED strip matrix display (LED strip arranged in
|
|
a grid pattern) driver.
|