-
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_MPS2_AN521
) || (GPIO
&& BOARD_MPS3_AN547
) || (GPIO
&& BOARD_V2M_BEETLE
) || (GPIO
&& BOARD_MUSCA_B1
) || (GPIO
&& BOARD_MUSCA_S1
) || (SOC_FAMILY_ARM
&& GPIO
)
(Includes any dependencies from ifs and menus.)
Defaults¶
y
y
y
y
y
y
Kconfig definitions¶
At <Zephyr>/boards/arm/mps2_an385/Kconfig.defconfig:11
Included via <Zephyr>/Kconfig:8
→ <Zephyr>/Kconfig.zephyr:18
Menu path: (Top)
config GPIO_CMSDK_AHB
bool
default y
depends on GPIO && BOARD_MPS2_AN385
At <Zephyr>/boards/arm/mps2_an521/Kconfig.defconfig:26
Included via <Zephyr>/Kconfig:8
→ <Zephyr>/Kconfig.zephyr:18
Menu path: (Top)
config GPIO_CMSDK_AHB
bool
default y
depends on GPIO && BOARD_MPS2_AN521
At <Zephyr>/boards/arm/mps3_an547/Kconfig.defconfig:11
Included via <Zephyr>/Kconfig:8
→ <Zephyr>/Kconfig.zephyr:18
Menu path: (Top)
config GPIO_CMSDK_AHB
bool
default y
depends on GPIO && BOARD_MPS3_AN547
At <Zephyr>/boards/arm/v2m_beetle/Kconfig.defconfig:13
Included via <Zephyr>/Kconfig:8
→ <Zephyr>/Kconfig.zephyr:18
Menu path: (Top)
config GPIO_CMSDK_AHB
bool
default y
depends on GPIO && BOARD_V2M_BEETLE
At <Zephyr>/boards/arm/v2m_musca_b1/Kconfig.defconfig:12
Included via <Zephyr>/Kconfig:8
→ <Zephyr>/Kconfig.zephyr:18
Menu path: (Top)
config GPIO_CMSDK_AHB
bool
default y
depends on GPIO && BOARD_MUSCA_B1
At <Zephyr>/boards/arm/v2m_musca_s1/Kconfig.defconfig:12
Included via <Zephyr>/Kconfig:8
→ <Zephyr>/Kconfig.zephyr:18
Menu path: (Top)
config GPIO_CMSDK_AHB
bool
default y
depends on GPIO && BOARD_MUSCA_S1
At <Zephyr>/drivers/gpio/Kconfig.cmsdk_ahb:6
Included via <Zephyr>/Kconfig:8
→ <Zephyr>/Kconfig.zephyr:32
→ <Zephyr>/drivers/Kconfig:34
→ <Zephyr>/drivers/gpio/Kconfig:42
Menu path: (Top) → Device Drivers → GPIO Drivers
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.)