:orphan: .. title:: LED_PWM .. option:: CONFIG_LED_PWM *PWM LED driver* Type: ``bool`` Help ==== Enable driver for PWM LEDs. Direct dependencies =================== \ :option:`PWM ` && \ :option:`LED ` *(Includes any dependencies from ifs and menus.)* Defaults ======== No defaults. Implicitly defaults to ``n``. Kconfig definition ================== .. highlight:: kconfig At ``drivers/led/Kconfig.pwm:4`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:32`` → ``drivers/Kconfig:78`` → ``drivers/led/Kconfig:34`` Menu path: (Top) → Device Drivers → LED drivers .. parsed-literal:: config LED_PWM bool "PWM LED driver" depends on \ :option:`PWM ` && \ :option:`LED ` help Enable driver for PWM LEDs. *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*