:orphan: .. title:: CONFIG_PWM_TELINK_B91 .. kconfig:: CONFIG_PWM_TELINK_B91 CONFIG_PWM_TELINK_B91 ##################### *Telink Semiconductor B91 PWM driver* Type: ``bool`` Help ==== .. code-block:: none Enables Telink B91 PWM driver. Direct dependencies =================== \ :kconfig:`BOARD_TLSR9518ADK80D ` || (\ :kconfig:`SOC_RISCV_TELINK_B91 ` && \ :kconfig:`PWM `) *(Includes any dependencies from ifs and menus.)* Default ======= - y if \ :kconfig:`PWM ` Kconfig definitions =================== At ``/riscv/tlsr9518adk80d/Kconfig.defconfig:21`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:22`` Menu path: (Top) .. code-block:: kconfig config PWM_TELINK_B91 bool default y if PWM depends on BOARD_TLSR9518ADK80D ---- At ``/pwm/Kconfig.b91:4`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:42`` → ``/Kconfig:46`` → ``/pwm/Kconfig:30`` Menu path: (Top) → Device Drivers → PWM (Pulse Width Modulation) Drivers .. code-block:: kconfig config PWM_TELINK_B91 bool "Telink Semiconductor B91 PWM driver" depends on SOC_RISCV_TELINK_B91 && PWM help Enables Telink B91 PWM driver. *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*