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