9 lines
214 B
Plaintext
9 lines
214 B
Plaintext
|
# Copyright (c) 2021 Nordic Semiconductor ASA
|
||
|
# SPDX-License-Identifier: Apache-2.0
|
||
|
|
||
|
config LED_GPIO
|
||
|
bool "GPIO LED driver"
|
||
|
depends on GPIO && $(dt_compat_enabled,gpio-leds)
|
||
|
help
|
||
|
Enable driver for GPIO LEDs.
|