The latest development version of this page may be more current than this released 1.14.1 version.
CONFIG_PWM_QMSI

QMSI PWM Driver

Type: bool

Help

Enable QMSI PWM driver. This driver will use the QMSI library to access the SOC underlying timer IP block. This driver uses the DesignWare IP block that can be also handled by the PWM_DW driver

Direct dependencies

(PWM && SOC_QUARK_SE_C1000_SS) || (PWM && SOC_SERIES_QUARK_D2000) || (PWM && SOC_SERIES_QUARK_SE) || (QMSI && PWM)

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

Defaults

Kconfig definitions

At soc/arc/quark_se_c1000_ss/Kconfig.defconfig:42

Included via Kconfig:10Kconfig.zephyr:23

Menu path: (top menu)

config PWM_QMSI
    bool
    default "y" if PWM && SOC_QUARK_SE_C1000_SS
    depends on PWM && SOC_QUARK_SE_C1000_SS

At soc/x86/intel_quark/quark_d2000/Kconfig.defconfig.series:79

Included via Kconfig:10Kconfig.zephyr:23soc/x86/intel_quark/Kconfig.defconfig:3

Menu path: (top menu)

config PWM_QMSI
    bool
    default "y" if PWM && SOC_SERIES_QUARK_D2000
    depends on PWM && SOC_SERIES_QUARK_D2000

At soc/x86/intel_quark/quark_se/Kconfig.defconfig.series:31

Included via Kconfig:10Kconfig.zephyr:23soc/x86/intel_quark/Kconfig.defconfig:3

Menu path: (top menu)

config PWM_QMSI
    bool
    default "y" if PWM && SOC_SERIES_QUARK_SE
    depends on PWM && SOC_SERIES_QUARK_SE

At drivers/pwm/Kconfig.qmsi:9

Included via Kconfig:10Kconfig.zephyr:35drivers/Kconfig:42drivers/pwm/Kconfig:37

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

menuconfig PWM_QMSI
    bool
    prompt "QMSI PWM Driver" if QMSI && PWM
    depends on QMSI && PWM
    help
      Enable QMSI PWM driver. This driver will use the QMSI library to
      access the SOC underlying timer IP block. This driver uses the
      DesignWare IP block that can be also handled by the PWM_DW driver

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