Sign in
pigweed
/
third_party
/
github
/
zephyrproject-rtos
/
zephyr
/
60c661dfc89dae93d153d6e2530577ce853cd89d
/
.
/
drivers
/
led
/
Kconfig.pwm
blob: 8247df198b47c72da71e69f786b0f73b3fc3ccf0 [
file
] [
log
] [
blame
]
# Copyright (c) 2020 Seagate Technology LLC
# SPDX-License-Identifier: Apache-2.0
config LED_PWM
bool
"PWM LED driver"
default
y
depends on PWM
&&
DT_HAS_PWM_LEDS_ENABLED
help
Enable
driver
for
PWM
LEDs
.