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