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

ARM CMSDK (Cortex-M System Design Kit) AHB GPIO Controllers

Type: bool

Help

Enable config options to support the ARM CMSDK GPIO controllers.

Says n if not sure.

Direct dependencies

(GPIO && BOARD_MPS2_AN385) || (GPIO && BOARD_V2M_BEETLE) || (SOC_SERIES_BEETLE && GPIO)

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

Defaults

Kconfig definitions

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

Included via Kconfig:10Kconfig.zephyr:21

Menu path: (top menu)

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

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

Included via Kconfig:10Kconfig.zephyr:21

Menu path: (top menu)

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

At drivers/gpio/Kconfig.cmsdk_ahb:9

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

Menu path: (top menu) → Device Drivers → GPIO Drivers

menuconfig GPIO_CMSDK_AHB
    bool
    prompt "ARM CMSDK (Cortex-M System Design Kit) AHB GPIO Controllers" if SOC_SERIES_BEETLE && GPIO
    depends on SOC_SERIES_BEETLE && GPIO
    help
      Enable config options to support the ARM CMSDK GPIO controllers.

      Says n if not sure.

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