1# Copyright (c) 2024 TOKITA Hiroshi
2# SPDX-License-Identifier: Apache-2.0
3
4config LED_STRIP_MATRIX
5	bool "LED strip matrix display driver"
6	default y
7	depends on DT_HAS_LED_STRIP_MATRIX_ENABLED
8	depends on LED_STRIP
9	help
10	  Enable LED strip matrix display (LED strip arranged in
11	  a grid pattern) driver.
12