:orphan: .. title:: PWM_SAM .. option:: CONFIG_PWM_SAM *Atmel SAM MCU Family PWM Driver* Type: ``bool`` Help ==== .. code-block:: none Enable PWM driver for Atmel SAM MCUs. Direct dependencies =================== (\ :option:`PWM ` && \ :option:`SOC_SERIES_SAME70 `) || (\ :option:`PWM ` && \ :option:`SOC_SERIES_SAMV71 `) || (\ :option:`SOC_FAMILY_SAM ` && \ :option:`PWM `) *(Includes any dependencies from ifs and menus.)* Defaults ======== - y - y Kconfig definitions =================== At ``/arm/atmel_sam/same70/Kconfig.defconfig.series:83`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:19`` → ``/kconfig/Kconfig.soc.defconfig:1`` → ``/arm/atmel_sam/Kconfig.defconfig:6`` Menu path: (Top) .. code-block:: kconfig config PWM_SAM bool default y depends on PWM && SOC_SERIES_SAME70 ---- At ``/arm/atmel_sam/samv71/Kconfig.defconfig.series:84`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:19`` → ``/kconfig/Kconfig.soc.defconfig:1`` → ``/arm/atmel_sam/Kconfig.defconfig:6`` Menu path: (Top) .. code-block:: kconfig config PWM_SAM bool default y depends on PWM && SOC_SERIES_SAMV71 ---- At ``/pwm/Kconfig.sam:6`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:32`` → ``/Kconfig:44`` → ``/pwm/Kconfig:44`` Menu path: (Top) → Device Drivers → PWM (Pulse Width Modulation) Drivers .. code-block:: kconfig 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.)*