-
CONFIG_PWM_SAM¶
Atmel SAM MCU Family PWM Driver
Type: bool
Help¶
Enable PWM driver for Atmel SAM MCUs.
Direct dependencies¶
(PWM && SOC_SERIES_SAME70) || (PWM && SOC_SERIES_SAMV71) || (SOC_FAMILY_SAM && PWM)
(Includes any dependencies from ifs and menus.)
Defaults¶
y
y
Kconfig definitions¶
At soc/arm/atmel_sam/same70/Kconfig.defconfig.series:83
Included via Kconfig:8 → Kconfig.zephyr:19 → /home/runner/work/bridle/bridle/workspace/build/Kconfig/Kconfig.soc.defconfig:1 → soc/arm/atmel_sam/Kconfig.defconfig:6
Menu path: (Top)
config PWM_SAM
bool
default y
depends on PWM && SOC_SERIES_SAME70
At soc/arm/atmel_sam/samv71/Kconfig.defconfig.series:84
Included via Kconfig:8 → Kconfig.zephyr:19 → /home/runner/work/bridle/bridle/workspace/build/Kconfig/Kconfig.soc.defconfig:1 → soc/arm/atmel_sam/Kconfig.defconfig:6
Menu path: (Top)
config PWM_SAM
bool
default y
depends on PWM && SOC_SERIES_SAMV71
At drivers/pwm/Kconfig.sam:6
Included via Kconfig:8 → Kconfig.zephyr:32 → drivers/Kconfig:44 → drivers/pwm/Kconfig:44
Menu path: (Top) → Device Drivers → PWM (Pulse Width Modulation) Drivers
config PWM_SAM
bool "Atmel SAM MCU Family PWM Driver"
depends on SOC_FAMILY_SAM && PWM
help
Enable PWM driver for Atmel SAM MCUs.
(The ‘depends on’ condition includes propagated dependencies from ifs and menus.)