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