CONFIG_PINMUX_DEV_ARM_V2M_BEETLE

Enable pinmux dev driver for ARM V2M Beetle boards

Type: bool

Help

Enables the pinmux dev driver for boards based on the ARM Beetle SoC MCUs.

Direct dependencies

(PINMUX_DEV && PINMUX && BOARD_V2M_BEETLE) || (PINMUX_DEV && SOC_SERIES_BEETLE && PINMUX)

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

Defaults

Kconfig definitions

At boards/arm/v2m_beetle/Kconfig.defconfig:40

Included via Kconfig:10Kconfig.zephyr:19

Menu path: (top menu)

config PINMUX_DEV_ARM_V2M_BEETLE
    bool
    default "y" if PINMUX_DEV && PINMUX && BOARD_V2M_BEETLE
    depends on PINMUX_DEV && PINMUX && BOARD_V2M_BEETLE

At drivers/pinmux/dev/Kconfig:37

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

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

config PINMUX_DEV_ARM_V2M_BEETLE
    bool
    prompt "Enable pinmux dev driver for ARM V2M Beetle boards" if PINMUX_DEV && SOC_SERIES_BEETLE && PINMUX
    depends on PINMUX_DEV && SOC_SERIES_BEETLE && PINMUX
    help
      Enables the pinmux dev driver for boards based on the
      ARM Beetle SoC MCUs.

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