1# ARM CMSDK (Cortex-M System Design Kit) AHB GPIO cfg
2
3# Copyright (c) 2016 Linaro Limited
4# SPDX-License-Identifier: Apache-2.0
5
6config GPIO_CMSDK_AHB
7	bool "ARM CMSDK (Cortex-M System Design Kit) AHB GPIO Controllers"
8	default y
9	depends on DT_HAS_ARM_CMSDK_GPIO_ENABLED
10	help
11	  Enable config options to support the ARM CMSDK GPIO controllers.
12
13	  Says n if not sure.
14