Sign in
pigweed
/
third_party
/
github
/
zephyrproject-rtos
/
zephyr
/
15aefccf174b879cd7911fd6433d067d5a7bf30d
/
.
/
drivers
/
led
/
Kconfig.gpio
blob: 72507a6831fa4c9fad382d7255e4d438a5ed2475 [
file
] [
log
] [
blame
]
# 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
.