:orphan: .. title:: PWM_LED_ESP32_LS_CH5_GPIO .. option:: CONFIG_PWM_LED_ESP32_LS_CH5_GPIO *GPIO number* Type: ``int`` Help ==== .. code-block:: none GPIO number, allowed values: 0 - 19, 21 - 23, 25 - 27 and 32 - 39. Direct dependencies =================== \ :option:`PWM_LED_ESP32_LS_CH5 ` && \ :option:`PWM_LED_ESP32_LS_CH ` && \ :option:`PWM_LED_ESP32 ` && \ :option:`PWM ` *(Includes any dependencies from ifs and menus.)* Default ======= - 17 Kconfig definition ================== At ``/pwm/Kconfig.esp32:326`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:32`` → ``/Kconfig:44`` → ``/pwm/Kconfig:42`` Menu path: (Top) → Device Drivers → PWM (Pulse Width Modulation) Drivers → ESP32 PWM LED driver → Set low speed channels → Enable channel 5 .. code-block:: kconfig config PWM_LED_ESP32_LS_CH5_GPIO int "GPIO number" range 0 39 default 17 depends on PWM_LED_ESP32_LS_CH5 && PWM_LED_ESP32_LS_CH && PWM_LED_ESP32 && PWM help GPIO number, allowed values: 0 - 19, 21 - 23, 25 - 27 and 32 - 39. *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*