:orphan: .. title:: PINMUX_SAM0 .. option:: CONFIG_PINMUX_SAM0 *Atmel SAM0 pin multiplexer driver* Type: ``bool`` Help ==== .. code-block:: none Enable support for the Atmel SAM0 PORT pin multiplexer. Direct dependencies =================== \ :option:`SOC_FAMILY_SAM0 ` || (\ :option:`SOC_FAMILY_SAM0 ` && \ :option:`PINMUX `) *(Includes any dependencies from ifs and menus.)* Defaults ======== - \ :option:`PINMUX ` - y Kconfig definitions =================== At ``/arm/atmel_sam0/common/Kconfig.defconfig.series:29`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:19`` → ``/kconfig/Kconfig.soc.defconfig:1`` → ``/arm/atmel_sam0/Kconfig.defconfig:6`` Menu path: (Top) .. code-block:: kconfig config PINMUX_SAM0 bool default PINMUX depends on SOC_FAMILY_SAM0 ---- At ``/pinmux/Kconfig.sam0:6`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:32`` → ``/Kconfig:46`` → ``/pinmux/Kconfig:49`` Menu path: (Top) → Device Drivers → Enable board pinmux driver .. code-block:: kconfig config PINMUX_SAM0 bool "Atmel SAM0 pin multiplexer driver" default y depends on SOC_FAMILY_SAM0 && PINMUX help Enable support for the Atmel SAM0 PORT pin multiplexer. *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*