CONFIG_PINMUX_BEETLE
ARM V2M Beetle Pin multiplexer driver
Type: bool
Help
Enable driver for ARM V2M Beetle Pin multiplexer.
Direct dependencies
(PINMUX
&& BOARD_V2M_BEETLE
) || (SOC_SERIES_BEETLE
&& PINMUX
)
(Includes any dependencies from ifs and menus.)
Default
y
Kconfig definitions
At <Zephyr>/boards/arm/v2m_beetle/Kconfig.defconfig:18
Included via <Zephyr>/Kconfig:8
→ <Zephyr>/Kconfig.zephyr:22
Menu path: (Top)
config PINMUX_BEETLE
bool
default y
depends on PINMUX && BOARD_V2M_BEETLE
At <Zephyr>/drivers/pinmux/Kconfig.beetle:6
Included via <Zephyr>/Kconfig:8
→ <Zephyr>/Kconfig.zephyr:42
→ <Zephyr>/drivers/Kconfig:48
→ <Zephyr>/drivers/pinmux/Kconfig:29
Menu path: (Top) → Device Drivers → Enable board pinmux driver
config PINMUX_BEETLE
bool "ARM V2M Beetle Pin multiplexer driver"
depends on SOC_SERIES_BEETLE && PINMUX
help
Enable driver for ARM V2M Beetle Pin multiplexer.
(The ‘depends on’ condition includes propagated dependencies from ifs and menus.)