CONFIG_PWM_RV32M1_TPM

RV32M1 TPM PWM driver

Type: bool

Help

Enable the RV32M1 TPM PWM driver.

Direct dependencies

(PWM && SOC_OPENISA_RV32M1_RISCV32) || (HAS_RV32M1_TPM && CLOCK_CONTROL && PWM)

(Includes any dependencies from ifs and menus.)

Default

  • y

Kconfig definitions

At <Zephyr>/soc/riscv/openisa_rv32m1/Kconfig.defconfig:144

Included via <Zephyr>/Kconfig:8<Zephyr>/Kconfig.zephyr:25<BuildDir>/Kconfig/Kconfig.soc.defconfig:1

Menu path: (Top)

config PWM_RV32M1_TPM
    bool
    default y
    depends on PWM && SOC_OPENISA_RV32M1_RISCV32

At <Zephyr>/drivers/pwm/Kconfig.rv32m1_tpm:6

Included via <Zephyr>/Kconfig:8<Zephyr>/Kconfig.zephyr:32<Zephyr>/drivers/Kconfig:44<Zephyr>/drivers/pwm/Kconfig:50

Menu path: (Top) → Device Drivers → PWM (Pulse Width Modulation) Drivers

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.)