:orphan: .. title:: CONFIG_PWM_SAM .. kconfig:: CONFIG_PWM_SAM CONFIG_PWM_SAM ############## *Atmel SAM MCU Family PWM Driver* Type: ``bool`` Help ==== .. code-block:: none Enable PWM driver for Atmel SAM MCUs. Direct dependencies =================== (\ :kconfig:`PWM ` && \ :kconfig:`SOC_SERIES_SAME70 `) || (\ :kconfig:`PWM ` && \ :kconfig:`SOC_SERIES_SAMV71 `) || (\ :kconfig:`PWM ` && \ :kconfig:`SOC_SERIES_SAME70 `) || (\ :kconfig:`PWM ` && \ :kconfig:`SOC_SERIES_SAMV71 `) || (\ :kconfig:`SOC_FAMILY_SAM ` && \ :kconfig:`PWM `) *(Includes any dependencies from ifs and menus.)* Defaults ======== - y - y - y - y Kconfig definitions =================== At ``/arm/atmel_sam/same70/Kconfig.defconfig.series:80`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:25`` → ``/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:81`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:25`` → ``/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 ``/arm/atmel_sam/same70/Kconfig.defconfig.series:80`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:27`` → ``/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:81`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:27`` → ``/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:42`` → ``/Kconfig:46`` → ``/pwm/Kconfig:48`` 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.)*