zephyr/drivers/led/Kconfig.pwm

10 lines
212 B
Plaintext
Raw Permalink Normal View History

# 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.