CONFIG_PWM_SAM0_TCC

Atmel SAM0 MCU Family TCC PWM Driver

Type: bool

Help

Enable PWM driver for Atmel SAM0 MCUs using the TCC timer/counter.

Direct dependencies

SOC_FAMILY_SAM0 || (SOC_FAMILY_SAM0 && PWM)

(Includes any dependencies from ifs and menus.)

Default

Kconfig definitions

At <Zephyr>/soc/arm/atmel_sam0/common/Kconfig.defconfig.series:32

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

Menu path: (Top)

config PWM_SAM0_TCC
    bool
    default PWM
    depends on SOC_FAMILY_SAM0

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

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

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

config PWM_SAM0_TCC
    bool "Atmel SAM0 MCU Family TCC PWM Driver"
    depends on SOC_FAMILY_SAM0 && PWM
    help
      Enable PWM driver for Atmel SAM0 MCUs using the TCC timer/counter.

(The ‘depends on’ condition includes propagated dependencies from ifs and menus.)