-
CONFIG_PINMUX_DEV_ATMEL_SAM3X
¶
Enable pinmux dev driver for Atmel SAM3X boards
Type: bool
Help¶
Enables the pinmux dev driver for boards based on the Atmel SAM3X family of microcontrollers.
Direct dependencies¶
PINMUX_DEV
&& SOC_SERIES_SAM3X
&& PINMUX
(Includes any dependencies from if’s and menus.)
Defaults¶
No defaults. Implicitly defaults to n
.
Kconfig definition¶
At drivers/pinmux/dev/Kconfig:24
Included via Kconfig:10
→ Kconfig.zephyr:29
→ drivers/Kconfig:46
→ drivers/pinmux/Kconfig:17
Menu path: (top menu) → Device Drivers → Enable board pinmux driver
config PINMUX_DEV_ATMEL_SAM3X bool prompt "Enable pinmux dev driver for Atmel SAM3X boards" ifPINMUX_DEV
&&SOC_SERIES_SAM3X
&&PINMUX
depends onPINMUX_DEV
&&SOC_SERIES_SAM3X
&&PINMUX
help Enables the pinmux dev driver for boards based on the Atmel SAM3X family of microcontrollers.
(Definitions include propagated dependencies, including from if’s and menus.)