:orphan: .. title:: GPIO_CMSDK_AHB_PORT2_DEV_NAME .. option:: CONFIG_GPIO_CMSDK_AHB_PORT2_DEV_NAME *Device name for Port 2* Type: ``string`` Help ==== Device name for Port 2. Direct dependencies =================== \ :option:`GPIO_CMSDK_AHB_PORT2 ` && \ :option:`GPIO_CMSDK_AHB ` && \ :option:`GPIO ` *(Includes any dependencies from ifs and menus.)* Default ======= - "GPIO_2" Kconfig definition ================== .. highlight:: kconfig At ``drivers/gpio/Kconfig.cmsdk_ahb:65`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:40`` → ``drivers/Kconfig:30`` → ``drivers/gpio/Kconfig:38`` Menu path: (Top) → Device Drivers → GPIO Drivers → ARM CMSDK (Cortex-M System Design Kit) AHB GPIO Controllers → Enable driver for GPIO Port 2 .. parsed-literal:: config GPIO_CMSDK_AHB_PORT2_DEV_NAME string "Device name for Port 2" default "GPIO_2" depends on \ :option:`GPIO_CMSDK_AHB_PORT2 ` && \ :option:`GPIO_CMSDK_AHB ` && \ :option:`GPIO ` help Device name for Port 2. *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*