From 877608058682dd27c59c3a36018a8ce8b8e17e5a Mon Sep 17 00:00:00 2001 From: Gerard Marull-Paretas Date: Fri, 9 Feb 2024 20:09:03 +0100 Subject: [PATCH] modules: trusted-firmware-m: update NRF_GPIOTE0_SECURE dependencies MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit So that it works with latest GPIOTE changes. Co-authored-by: Andrzej Głąbek Signed-off-by: Gerard Marull-Paretas --- modules/trusted-firmware-m/Kconfig.peripheral_secure | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/trusted-firmware-m/Kconfig.peripheral_secure b/modules/trusted-firmware-m/Kconfig.peripheral_secure index 930f6b8d822c..a7e8026d395a 100644 --- a/modules/trusted-firmware-m/Kconfig.peripheral_secure +++ b/modules/trusted-firmware-m/Kconfig.peripheral_secure @@ -270,7 +270,7 @@ rsource "Kconfig.template.peripheral_secure" config NRF_GPIOTE0_SECURE bool "GPIOTE configured as secure peripheral" - depends on HAS_HW_NRF_GPIOTE0 + depends on $(dt_has_compat,$(DT_COMPAT_NORDIC_NRF_GPIOTE)) help GPIOTE0 is implemented with secure only security. This option only enables it to be used in the secure image.