CONFIG_PWM_QMSI_NUM_PORTS

Number of PWM ports for PWM

Type: int

Help

Specify how many PWM ports on the IP block.

Direct dependencies

PWM_QMSI && PWM

(Includes any dependencies from if’s and menus.)

Defaults

Kconfig definition

At drivers/pwm/Kconfig.qmsi:24

Included via Kconfig:10Kconfig.zephyr:29drivers/Kconfig:44drivers/pwm/Kconfig:47

Menu path: (top menu) → Device Drivers → PWM (Pulse Width Modulation) Drivers → QMSI PWM Driver

config PWM_QMSI_NUM_PORTS
    int
    prompt "Number of PWM ports for PWM" if PWM_QMSI && PWM
    default 1 if PWM_QMSI && PWM
    depends on PWM_QMSI && PWM
    help
      Specify how many PWM ports on the IP block.

(Definitions include propagated dependencies, including from if’s and menus.)