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 <Zephyr>/soc/arm/atmel_sam/same70/Kconfig.defconfig.series:83

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

Menu path: (Top)

config PWM_SAM
    bool
    default y
    depends on PWM && SOC_SERIES_SAME70

At <Zephyr>/soc/arm/atmel_sam/samv71/Kconfig.defconfig.series:84

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

Menu path: (Top)

config PWM_SAM
    bool
    default y
    depends on PWM && SOC_SERIES_SAMV71

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

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

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