-
CONFIG_PINMUX_SAM0
¶
Atmel SAM0 pin multiplexer driver
Type: bool
Help¶
Enable support for the Atmel SAM0 PORT pin multiplexer.
Direct dependencies¶
SOC_FAMILY_SAM0
|| (SOC_FAMILY_SAM0
&& PINMUX
)
(Includes any dependencies from ifs and menus.)
Kconfig definitions¶
At <Zephyr>/soc/arm/atmel_sam0/common/Kconfig.defconfig.series:29
Included via <Zephyr>/Kconfig:8
→ <Zephyr>/Kconfig.zephyr:25
→ <BuildDir>/Kconfig/Kconfig.soc.defconfig:1
→ <Zephyr>/soc/arm/atmel_sam0/Kconfig.defconfig:6
Menu path: (Top)
config PINMUX_SAM0 bool defaultPINMUX
depends onSOC_FAMILY_SAM0
At <Zephyr>/drivers/pinmux/Kconfig.sam0:6
Included via <Zephyr>/Kconfig:8
→ <Zephyr>/Kconfig.zephyr:32
→ <Zephyr>/drivers/Kconfig:46
→ <Zephyr>/drivers/pinmux/Kconfig:53
Menu path: (Top) → Device Drivers → Enable board pinmux driver
config PINMUX_SAM0 bool "Atmel SAM0 pin multiplexer driver" default y depends onSOC_FAMILY_SAM0
&&PINMUX
help Enable support for the Atmel SAM0 PORT pin multiplexer.
(The ‘depends on’ condition includes propagated dependencies from ifs and menus.)