:orphan: .. title:: GPIO_CMSDK_AHB .. option:: CONFIG_GPIO_CMSDK_AHB *ARM CMSDK (Cortex-M System Design Kit) AHB GPIO Controllers* Type: ``bool`` Help ==== .. code-block:: none 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_MPS3_AN547 `) || (\ :option:`GPIO ` && \ :option:`BOARD_V2M_BEETLE `) || (\ :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 =================== At ``/arm/mps2_an385/Kconfig.defconfig:11`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:18`` Menu path: (Top) .. code-block:: kconfig config GPIO_CMSDK_AHB bool default y depends on GPIO && BOARD_MPS2_AN385 ---- At ``/arm/mps2_an521/Kconfig.defconfig:26`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:18`` Menu path: (Top) .. code-block:: kconfig config GPIO_CMSDK_AHB bool default y depends on GPIO && BOARD_MPS2_AN521 ---- At ``/arm/mps3_an547/Kconfig.defconfig:11`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:18`` Menu path: (Top) .. code-block:: kconfig config GPIO_CMSDK_AHB bool default y depends on GPIO && BOARD_MPS3_AN547 ---- At ``/arm/v2m_beetle/Kconfig.defconfig:13`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:18`` Menu path: (Top) .. code-block:: kconfig config GPIO_CMSDK_AHB bool default y depends on GPIO && BOARD_V2M_BEETLE ---- At ``/arm/v2m_musca_b1/Kconfig.defconfig:12`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:18`` Menu path: (Top) .. code-block:: kconfig config GPIO_CMSDK_AHB bool default y depends on GPIO && BOARD_MUSCA_B1 ---- At ``/arm/v2m_musca_s1/Kconfig.defconfig:12`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:18`` Menu path: (Top) .. code-block:: kconfig config GPIO_CMSDK_AHB bool default y depends on GPIO && BOARD_MUSCA_S1 ---- At ``/gpio/Kconfig.cmsdk_ahb:6`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:32`` → ``/Kconfig:34`` → ``/gpio/Kconfig:42`` Menu path: (Top) → Device Drivers → GPIO Drivers .. code-block:: kconfig config GPIO_CMSDK_AHB bool "ARM CMSDK (Cortex-M System Design Kit) AHB GPIO Controllers" depends on SOC_FAMILY_ARM && 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.)*