CONFIG_GPIO_CMSDK_AHB_PORT2_DEV_NAME

Device name for Port 2

Type: string

Help

Device name for Port 2.

Direct dependencies

GPIO_CMSDK_AHB_PORT2 && GPIO_CMSDK_AHB && GPIO

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

Defaults

Kconfig definition

At drivers/gpio/Kconfig.cmsdk_ahb:71

Included via Kconfig:10Kconfig.zephyr:29drivers/Kconfig:34drivers/gpio/Kconfig:57

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

config GPIO_CMSDK_AHB_PORT2_DEV_NAME
    string
    prompt "Device name for Port 2" if GPIO_CMSDK_AHB_PORT2 && GPIO_CMSDK_AHB && GPIO
    default "GPIO_2" if GPIO_CMSDK_AHB_PORT2 && GPIO_CMSDK_AHB && GPIO
    depends on GPIO_CMSDK_AHB_PORT2 && GPIO_CMSDK_AHB && GPIO
    help
      Device name for Port 2.

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