:orphan: .. title:: CONFIG_PWM_RV32M1_TPM .. kconfig:: CONFIG_PWM_RV32M1_TPM CONFIG_PWM_RV32M1_TPM ##################### *RV32M1 TPM PWM driver* Type: ``bool`` Help ==== .. code-block:: none Enable the RV32M1 TPM PWM driver. Direct dependencies =================== (\ :kconfig:`PWM ` && \ :kconfig:`SOC_OPENISA_RV32M1_RISCV32 `) || (\ :kconfig:`PWM ` && \ :kconfig:`SOC_OPENISA_RV32M1_RISCV32 `) || (\ :kconfig:`HAS_RV32M1_TPM ` && \ :kconfig:`CLOCK_CONTROL ` && \ :kconfig:`PWM `) *(Includes any dependencies from ifs and menus.)* Defaults ======== - y - y Kconfig definitions =================== At ``/riscv/openisa_rv32m1/Kconfig.defconfig:144`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:25`` → ``/kconfig/Kconfig.soc.defconfig:1`` Menu path: (Top) .. code-block:: kconfig config PWM_RV32M1_TPM bool default y depends on PWM && SOC_OPENISA_RV32M1_RISCV32 ---- At ``/riscv/openisa_rv32m1/Kconfig.defconfig:144`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:27`` Menu path: (Top) .. code-block:: kconfig config PWM_RV32M1_TPM bool default y depends on PWM && SOC_OPENISA_RV32M1_RISCV32 ---- At ``/pwm/Kconfig.rv32m1_tpm:6`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:42`` → ``/Kconfig:46`` → ``/pwm/Kconfig:58`` Menu path: (Top) → Device Drivers → PWM (Pulse Width Modulation) Drivers .. code-block:: kconfig config PWM_RV32M1_TPM bool "RV32M1 TPM PWM driver" depends on HAS_RV32M1_TPM && CLOCK_CONTROL && PWM help Enable the RV32M1 TPM PWM driver. *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*