Sign in
pigweed
/
third_party
/
github
/
zephyrproject-rtos
/
zephyr
/
e9659abbc1e5274d6451ca9a13b581ef65ff313b
/
.
/
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
.