:orphan: .. title:: PWM_RV32M1_TPM .. option:: CONFIG_PWM_RV32M1_TPM *RV32M1 TPM PWM driver* Type: ``bool`` Help ==== Enable the RV32M1 TPM PWM driver. Direct dependencies =================== (\ :option:`PWM ` && \ :option:`SOC_OPENISA_RV32M1_RISCV32 `) || (\ :option:`HAS_RV32M1_TPM ` && \ :option:`CLOCK_CONTROL ` && \ :option:`PWM `) *(Includes any dependencies from ifs and menus.)* Default ======= - y Kconfig definitions =================== .. highlight:: kconfig At ``soc/riscv/openisa_rv32m1/Kconfig.defconfig:144`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:19`` → ``/home/runner/work/bridle/bridle/workspace/build/Kconfig/Kconfig.soc.defconfig:1`` Menu path: (Top) .. parsed-literal:: config PWM_RV32M1_TPM bool default y depends on \ :option:`PWM ` && \ :option:`SOC_OPENISA_RV32M1_RISCV32 ` ---- At ``drivers/pwm/Kconfig.rv32m1_tpm:6`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:32`` → ``drivers/Kconfig:44`` → ``drivers/pwm/Kconfig:52`` Menu path: (Top) → Device Drivers → PWM (Pulse Width Modulation) Drivers .. parsed-literal:: config PWM_RV32M1_TPM bool "RV32M1 TPM PWM driver" depends on \ :option:`HAS_RV32M1_TPM ` && \ :option:`CLOCK_CONTROL ` && \ :option:`PWM ` help Enable the RV32M1 TPM PWM driver. *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*