:orphan: .. title:: PWM_SAM0_TCC .. option:: 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 =================== \ :option:`SOC_FAMILY_SAM0 ` || (\ :option:`SOC_FAMILY_SAM0 ` && \ :option:`PWM `) *(Includes any dependencies from ifs and menus.)* Default ======= - \ :option:`PWM ` Kconfig definitions =================== .. highlight:: kconfig At ``soc/arm/atmel_sam0/common/Kconfig.defconfig.series:32`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:19`` → ``/home/runner/work/bridle/bridle/workspace/build/Kconfig/Kconfig.soc.defconfig:1`` → ``soc/arm/atmel_sam0/Kconfig.defconfig:6`` Menu path: (Top) .. parsed-literal:: config PWM_SAM0_TCC bool default \ :option:`PWM ` depends on \ :option:`SOC_FAMILY_SAM0 ` ---- At ``drivers/pwm/Kconfig.sam0:6`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:32`` → ``drivers/Kconfig:44`` → ``drivers/pwm/Kconfig:56`` Menu path: (Top) → Device Drivers → PWM (Pulse Width Modulation) Drivers .. parsed-literal:: config PWM_SAM0_TCC bool "Atmel SAM0 MCU Family TCC PWM Driver" depends on \ :option:`SOC_FAMILY_SAM0 ` && \ :option:`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.)*