The latest development version of this page may be more current than this released 1.14.1 version.
CONFIG_GPIO_CMSDK_AHB_PORT3

Enable driver for GPIO Port 3

Type: bool

Help

Build the driver to utilize GPIO controller Port 3.

Direct dependencies

(GPIO && BOARD_MPS2_AN385) || (GPIO && BOARD_V2M_BEETLE) || (GPIO_CMSDK_AHB && GPIO)

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

Defaults

Kconfig definitions

At boards/arm/mps2_an385/Kconfig.defconfig:26

Included via Kconfig:10Kconfig.zephyr:21

Menu path: (top menu)

config GPIO_CMSDK_AHB_PORT3
    bool
    default "y" if GPIO && BOARD_MPS2_AN385
    depends on GPIO && BOARD_MPS2_AN385

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

Included via Kconfig:10Kconfig.zephyr:21

Menu path: (top menu)

config GPIO_CMSDK_AHB_PORT3
    bool
    default "y" if GPIO && BOARD_V2M_BEETLE
    depends on GPIO && BOARD_V2M_BEETLE

At drivers/gpio/Kconfig.cmsdk_ahb:84

Included via Kconfig:10Kconfig.zephyr:35drivers/Kconfig:32drivers/gpio/Kconfig:47

Menu path: (top menu) → Device Drivers → GPIO Drivers → ARM CMSDK (Cortex-M System Design Kit) AHB GPIO Controllers

config GPIO_CMSDK_AHB_PORT3
    bool
    prompt "Enable driver for GPIO Port 3" if GPIO_CMSDK_AHB && GPIO
    depends on GPIO_CMSDK_AHB && GPIO
    help
      Build the driver to utilize GPIO controller Port 3.

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