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.

Direct dependencies

PINMUX && PINMUX

(Includes any dependencies from if’s and menus.)

Defaults

No defaults. Implicitly defaults to n.

Kconfig definition

At drivers/pinmux/dev/Kconfig:9

Included via Kconfig:10Kconfig.zephyr:29drivers/Kconfig:46drivers/pinmux/Kconfig:17

Menu path: (top menu) → Device Drivers → Enable board pinmux driver

config PINMUX_DEV
    bool
    prompt "Configure pinmux for early board testing" if PINMUX && PINMUX
    depends on PINMUX && 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.)