The latest development version of this page may be more current than this released 1.14.0 version.
CONFIG_PINMUX_CC2650

Pinmux driver for CC2650 SoC

Type: bool

Help

Enable pin multiplexer for CC2650 SoC.

For hardware reasons, the pinmux depends on the GPIO module being activated; it must initialize before the pinmux does. Please take care that the pinmux init priority value is lower that the GPIO driver init priority.

Direct dependencies

SOC_SERIES_CC2650 && GPIO && GPIO_CC2650 && PINMUX

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

Defaults

No defaults. Implicitly defaults to n.

Kconfig definition

At drivers/pinmux/Kconfig.cc2650:5

Included via Kconfig:10Kconfig.zephyr:35drivers/Kconfig:44drivers/pinmux/Kconfig:52

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

config PINMUX_CC2650
    bool
    prompt "Pinmux driver for CC2650 SoC" if SOC_SERIES_CC2650 && GPIO && GPIO_CC2650 && PINMUX
    depends on SOC_SERIES_CC2650 && GPIO && GPIO_CC2650 && PINMUX
    help
      Enable pin multiplexer for CC2650 SoC.

      For hardware reasons, the pinmux depends on the GPIO module
      being activated; it must initialize before the pinmux does.
      Please take care that the pinmux init priority value is lower
      that the GPIO driver init priority.

(Definitions include propagated dependencies, including from if’s and menus.)