We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 304c42c commit de072e4Copy full SHA for de072e4
drivers/display/Kconfig.nrf_led_matrix
@@ -1,11 +1,14 @@
1
# Copyright (c) 2021, Nordic Semiconductor ASA
2
# SPDX-License-Identifier: Apache-2.0
3
4
+DT_COMPAT_NRF_LED_MATRIX := nordic,nrf-led-matrix
5
+
6
config DISPLAY_NRF_LED_MATRIX
7
bool "LED matrix driven by GPIOs"
8
depends on SOC_FAMILY_NRF
9
select NRFX_GPIOTE
10
select NRFX_PPI if HAS_HW_NRF_PPI
11
+ default $(dt_compat_enabled,$(DT_COMPAT_NRF_LED_MATRIX))
12
help
13
Enable driver for a LED matrix with rows and columns driven by
14
GPIOs. The matrix is refreshed pixel by pixel (only one LED is
0 commit comments