:orphan: .. title:: CONFIG_PWM_SAM0_TCC .. kconfig:: CONFIG_PWM_SAM0_TCC CONFIG_PWM_SAM0_TCC ################### *Atmel SAM0 MCU Family TCC PWM Driver* Type: ``bool`` Help ==== .. code-block:: none Enable PWM driver for Atmel SAM0 MCUs using the TCC timer/counter. Direct dependencies =================== \ :kconfig:`SOC_FAMILY_SAM0 ` || \ :kconfig:`SOC_FAMILY_SAM0 ` || (\ :kconfig:`SOC_FAMILY_SAM0 ` && \ :kconfig:`PWM `) *(Includes any dependencies from ifs and menus.)* Defaults ======== - \ :kconfig:`PWM ` - \ :kconfig:`PWM ` Kconfig definitions =================== At ``/arm/atmel_sam0/common/Kconfig.defconfig.series:32`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:25`` → ``/kconfig/Kconfig.soc.defconfig:1`` → ``/arm/atmel_sam0/Kconfig.defconfig:6`` Menu path: (Top) .. code-block:: kconfig config PWM_SAM0_TCC bool default PWM depends on SOC_FAMILY_SAM0 ---- At ``/arm/atmel_sam0/common/Kconfig.defconfig.series:32`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:27`` → ``/arm/atmel_sam0/Kconfig.defconfig:6`` Menu path: (Top) .. code-block:: kconfig config PWM_SAM0_TCC bool default PWM depends on SOC_FAMILY_SAM0 ---- At ``/pwm/Kconfig.sam0:6`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:42`` → ``/Kconfig:46`` → ``/pwm/Kconfig:62`` Menu path: (Top) → Device Drivers → PWM (Pulse Width Modulation) Drivers .. code-block:: kconfig 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.)*