Skip to content

Commit

Permalink
modules: trusted-firmware-m: update NRF_GPIOTE0_SECURE dependencies
Browse files Browse the repository at this point in the history
So that it works with latest GPIOTE changes.

Co-authored-by: Andrzej Głąbek <[email protected]>
Signed-off-by: Gerard Marull-Paretas <[email protected]>
  • Loading branch information
2 people authored and carlescufi committed Feb 9, 2024
1 parent 042577a commit 8776080
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/trusted-firmware-m/Kconfig.peripheral_secure
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 8776080

Please sign in to comment.