:orphan: .. title:: GPIO_CMSDK_AHB .. option:: 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 =================== (\ :option:`GPIO ` && \ :option:`BOARD_MPS2_AN385 `) || (\ :option:`GPIO ` && \ :option:`BOARD_MPS2_AN521 `) || (\ :option:`GPIO ` && \ :option:`BOARD_V2M_BEETLE `) || (\ :option:`GPIO ` && \ :option:`BOARD_MUSCA_A `) || (\ :option:`GPIO ` && \ :option:`BOARD_MUSCA_B1 `) || (\ :option:`GPIO ` && \ :option:`BOARD_MUSCA_S1 `) || (\ :option:`SOC_FAMILY_ARM ` && \ :option:`GPIO `) *(Includes any dependencies from ifs and menus.)* Defaults ======== - y - y - y - y - y - y Kconfig definitions =================== .. highlight:: kconfig At ``boards/arm/mps2_an385/Kconfig.defconfig:11`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:18`` Menu path: (Top) .. parsed-literal:: config GPIO_CMSDK_AHB bool default y depends on \ :option:`GPIO ` && \ :option:`BOARD_MPS2_AN385 ` ---- At ``boards/arm/mps2_an521/Kconfig.defconfig:12`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:18`` Menu path: (Top) .. parsed-literal:: config GPIO_CMSDK_AHB bool default y depends on \ :option:`GPIO ` && \ :option:`BOARD_MPS2_AN521 ` ---- At ``boards/arm/v2m_beetle/Kconfig.defconfig:13`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:18`` Menu path: (Top) .. parsed-literal:: config GPIO_CMSDK_AHB bool default y depends on \ :option:`GPIO ` && \ :option:`BOARD_V2M_BEETLE ` ---- At ``boards/arm/v2m_musca/Kconfig.defconfig:15`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:18`` Menu path: (Top) .. parsed-literal:: config GPIO_CMSDK_AHB bool default y depends on \ :option:`GPIO ` && \ :option:`BOARD_MUSCA_A ` ---- At ``boards/arm/v2m_musca_b1/Kconfig.defconfig:12`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:18`` Menu path: (Top) .. parsed-literal:: config GPIO_CMSDK_AHB bool default y depends on \ :option:`GPIO ` && \ :option:`BOARD_MUSCA_B1 ` ---- At ``boards/arm/v2m_musca_s1/Kconfig.defconfig:12`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:18`` Menu path: (Top) .. parsed-literal:: config GPIO_CMSDK_AHB bool default y depends on \ :option:`GPIO ` && \ :option:`BOARD_MUSCA_S1 ` ---- At ``drivers/gpio/Kconfig.cmsdk_ahb:6`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:32`` → ``drivers/Kconfig:34`` → ``drivers/gpio/Kconfig:42`` Menu path: (Top) → Device Drivers → GPIO Drivers .. parsed-literal:: config GPIO_CMSDK_AHB bool "ARM CMSDK (Cortex-M System Design Kit) AHB GPIO Controllers" depends on \ :option:`SOC_FAMILY_ARM ` && \ :option:`GPIO ` help Enable config options to support the ARM CMSDK GPIO controllers. Says n if not sure. *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*