zephyr/drivers/led/Kconfig.pwm
Kumar Gala db0a8c63fe drivers: led: Update Kconfig
* Utilize DT_HAS_<COMPAT>_ENABLED for devicetree based drivers
* Move to using select I2C' instead of 'depends on'
  (see commit df81fef944 for
   more details)

Signed-off-by: Kumar Gala <galak@kernel.org>
2022-08-11 17:46:43 +02:00

10 lines
212 B
Plaintext

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