Sign in
pigweed
/
third_party
/
github
/
zephyrproject-rtos
/
zephyr
/
2689590e6784ede1d41cb3a1c1314a919ceaf037
/
.
/
drivers
/
led
/
Kconfig.gpio
blob: 7288daae29ed8fa58fb8171de3fb550c90060548 [
file
] [
log
] [
blame
]
# Copyright (c) 2021 Nordic Semiconductor ASA
# SPDX-License-Identifier: Apache-2.0
config LED_GPIO
bool
"GPIO LED driver"
default
y
depends on GPIO
&&
DT_HAS_GPIO_LEDS_ENABLED
help
Enable
driver
for
GPIO
LEDs
.