:orphan: .. title:: PINMUX_BEETLE .. option:: CONFIG_PINMUX_BEETLE *ARM V2M Beetle Pin multiplexer driver* Type: ``bool`` Help ==== Enable driver for ARM V2M Beetle Pin multiplexer. Direct dependencies =================== (\ :option:`PINMUX ` && \ :option:`BOARD_V2M_BEETLE `) || (\ :option:`SOC_SERIES_BEETLE ` && \ :option:`PINMUX `) *(Includes any dependencies from ifs and menus.)* Default ======= - y Kconfig definitions =================== .. highlight:: kconfig At ``boards/arm/v2m_beetle/Kconfig.defconfig:18`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:18`` Menu path: (Top) .. parsed-literal:: config PINMUX_BEETLE bool default y depends on \ :option:`PINMUX ` && \ :option:`BOARD_V2M_BEETLE ` ---- At ``drivers/pinmux/Kconfig.beetle:6`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:32`` → ``drivers/Kconfig:46`` → ``drivers/pinmux/Kconfig:33`` Menu path: (Top) → Device Drivers → Enable board pinmux driver .. parsed-literal:: config PINMUX_BEETLE bool "ARM V2M Beetle Pin multiplexer driver" depends on \ :option:`SOC_SERIES_BEETLE ` && \ :option:`PINMUX ` help Enable driver for ARM V2M Beetle Pin multiplexer. *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*