-
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:10
→ Kconfig.zephyr:35
→ drivers/Kconfig:44
→ drivers/pinmux/Kconfig:52
Menu path: (top menu) → Device Drivers → Enable board pinmux driver
config PINMUX_CC2650 bool prompt "Pinmux driver for CC2650 SoC" ifSOC_SERIES_CC2650
&&GPIO
&&GPIO_CC2650
&&PINMUX
depends onSOC_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.)