-
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¶
- “y” if
PWM
&&SOC_QUARK_SE_C1000_SS
- “y” if
PWM
&&SOC_SERIES_QUARK_D2000
- “y” if
PWM
&&SOC_SERIES_QUARK_SE
Kconfig definitions¶
At soc/arc/quark_se_c1000_ss/Kconfig.defconfig:42
Included via Kconfig:10
→ Kconfig.zephyr:23
Menu path: (top menu)
config PWM_QMSI bool default "y" ifPWM
&&SOC_QUARK_SE_C1000_SS
depends onPWM
&&SOC_QUARK_SE_C1000_SS
At soc/x86/intel_quark/quark_d2000/Kconfig.defconfig.series:79
Included via Kconfig:10
→ Kconfig.zephyr:23
→ soc/x86/intel_quark/Kconfig.defconfig:3
Menu path: (top menu)
config PWM_QMSI bool default "y" ifPWM
&&SOC_SERIES_QUARK_D2000
depends onPWM
&&SOC_SERIES_QUARK_D2000
At soc/x86/intel_quark/quark_se/Kconfig.defconfig.series:31
Included via Kconfig:10
→ Kconfig.zephyr:23
→ soc/x86/intel_quark/Kconfig.defconfig:3
Menu path: (top menu)
config PWM_QMSI bool default "y" ifPWM
&&SOC_SERIES_QUARK_SE
depends onPWM
&&SOC_SERIES_QUARK_SE
At drivers/pwm/Kconfig.qmsi:9
Included via Kconfig:10
→ Kconfig.zephyr:35
→ drivers/Kconfig:42
→ drivers/pwm/Kconfig:37
Menu path: (top menu) → Device Drivers → PWM (Pulse Width Modulation) Drivers
menuconfig PWM_QMSI bool prompt "QMSI PWM Driver" ifQMSI
&&PWM
depends onQMSI
&&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.)