2019-11-01 13:45:29 +01:00
|
|
|
# ARM CMSDK (Cortex-M System Design Kit) AHB GPIO cfg
|
|
|
|
|
2016-09-12 16:55:40 +02:00
|
|
|
# Copyright (c) 2016 Linaro Limited
|
2017-01-19 02:01:01 +01:00
|
|
|
# SPDX-License-Identifier: Apache-2.0
|
2016-09-12 16:55:40 +02:00
|
|
|
|
2020-02-14 21:36:31 +01:00
|
|
|
config GPIO_CMSDK_AHB
|
2016-09-12 16:55:40 +02:00
|
|
|
bool "ARM CMSDK (Cortex-M System Design Kit) AHB GPIO Controllers"
|
2022-07-20 19:07:47 +02:00
|
|
|
default y
|
|
|
|
depends on DT_HAS_ARM_CMSDK_GPIO_ENABLED
|
2016-09-12 16:55:40 +02:00
|
|
|
help
|
|
|
|
Enable config options to support the ARM CMSDK GPIO controllers.
|
|
|
|
|
|
|
|
Says n if not sure.
|