File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
modules/trusted-firmware-m Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -141,7 +141,7 @@ if(CONFIG_TFM_NRF_PROVISIONING)
141
141
" )
142
142
endif ()
143
143
144
- if (CONFIG_NFCT_PINS_AS_GPIOS OR CONFIG_TFM_NFCT_PINS_AS_GPIOS)
144
+ if (CONFIG_TFM_NFCT_PINS_AS_GPIOS)
145
145
set_property (TARGET zephyr_property_target
146
146
APPEND PROPERTY TFM_CMAKE_OPTIONS
147
147
-DNRF_CONFIG_NFCT_PINS_AS_GPIOS=ON
Original file line number Diff line number Diff line change @@ -24,7 +24,7 @@ set(NRF_ALLOW_NON_SECURE_FAULT_HANDLING OFF CACHE BOOL "Allow
24
24
set (TFM_DUMMY_PROVISIONING OFF CACHE BOOL "Provision with dummy values. NOT to be used in production" )
25
25
set (PLATFORM_DEFAULT_PROVISIONING OFF CACHE BOOL "Use default provisioning implementation" )
26
26
set (NRF_PROVISIONING OFF CACHE BOOL "Use Nordic provisioning implementation" )
27
- set (CONFIG_NFCT_PINS_AS_GPIOS OFF CACHE BOOL "Use NFCT pins as GPIOs." )
27
+ set (NRF_CONFIG_NFCT_PINS_AS_GPIOS OFF CACHE BOOL "Use NFCT pins as GPIOs." )
28
28
set (CONFIG_NRF_TRACE_PORT OFF CACHE BOOL "Enable trace port." )
29
29
set (CONFIG_NRF_APPROTECT_LOCK OFF CACHE BOOL "Enable approtect." )
30
30
set (CONFIG_NRF_APPROTECT_USER_HANDLING OFF CACHE BOOL "Enable approtect user handling." )
You can’t perform that action at this time.
0 commit comments