:orphan: .. title:: CONFIG_PWM_SIFIVE .. kconfig:: CONFIG_PWM_SIFIVE CONFIG_PWM_SIFIVE ################# *SiFive Freedom PWM driver* Type: ``bool`` Help ==== .. code-block:: none Enable the PWM driver for the SiFive Freedom platform Direct dependencies =================== (\ :kconfig:`PWM ` && \ :kconfig:`BOARD_HIFIVE1 `) || (\ :kconfig:`PWM ` && \ :kconfig:`BOARD_HIFIVE1_REVB `) || (\ :kconfig:`SOC_SERIES_RISCV_SIFIVE_FREEDOM ` && \ :kconfig:`HAS_DTS ` && \ :kconfig:`PWM `) *(Includes any dependencies from ifs and menus.)* Defaults ======== - y - y Kconfig definitions =================== At ``/riscv/hifive1/Kconfig.defconfig:11`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:22`` Menu path: (Top) .. code-block:: kconfig config PWM_SIFIVE bool default y depends on PWM && BOARD_HIFIVE1 ---- At ``/riscv/hifive1_revb/Kconfig.defconfig:21`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:22`` Menu path: (Top) .. code-block:: kconfig config PWM_SIFIVE bool default y depends on PWM && BOARD_HIFIVE1_REVB ---- At ``/pwm/Kconfig.sifive:6`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:42`` → ``/Kconfig:46`` → ``/pwm/Kconfig:34`` Menu path: (Top) → Device Drivers → PWM (Pulse Width Modulation) Drivers .. code-block:: kconfig menuconfig PWM_SIFIVE bool "SiFive Freedom PWM driver" depends on SOC_SERIES_RISCV_SIFIVE_FREEDOM && HAS_DTS && PWM help Enable the PWM driver for the SiFive Freedom platform *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*