-
CONFIG_PINMUX_DEV
¶
Configure pinmux for early board testing
Type: bool
Help¶
Enables the use of the pinmux_set and pinmux_get functions for early prototyping on new hardware. WARNING: When using these options, it is possible to permanently damage the hardware.
Defaults¶
No defaults. Implicitly defaults to n
.
Kconfig definition¶
At drivers/pinmux/dev/Kconfig:9
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 bool prompt "Configure pinmux for early board testing" ifPINMUX
&&PINMUX
depends onPINMUX
&&PINMUX
help Enables the use of the pinmux_set and pinmux_get functions for early prototyping on new hardware. WARNING: When using these options, it is possible to permanently damage the hardware.
(Definitions include propagated dependencies, including from if’s and menus.)