You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
14 lines
469 B
14 lines
469 B
# Copyright (c) 2021 Nordic Semiconductor ASA |
|
# SPDX-License-Identifier: Apache-2.0 |
|
|
|
source "Kconfig.zephyr" |
|
|
|
config NRFX_GPIOTE0 |
|
default y if SOC_SERIES_NRF51X || \ |
|
SOC_SERIES_NRF52X || \ |
|
(SOC_SERIES_NRF53X && !TRUSTED_EXECUTION_NONSECURE) || \ |
|
(SOC_SERIES_NRF91X && !TRUSTED_EXECUTION_NONSECURE) |
|
|
|
config NRFX_GPIOTE1 |
|
default y if (SOC_SERIES_NRF53X && TRUSTED_EXECUTION_NONSECURE) || \ |
|
(SOC_SERIES_NRF91X && TRUSTED_EXECUTION_NONSECURE)
|
|
|