Skip to content

Commit e49de0d

Browse files
alexanderwachtercarlescufi
authored andcommitted
drivers: hwinfo: Exclude NRF53 non-secure from hwinfo driver
Make the NRF hwinfo driver depending on !TRUSTED_EXECUTION_NONSECURE because the FICR registers are not accessible from the non-secure world. Signed-off-by: Alexander Wachter <[email protected]>
1 parent 41b2f0a commit e49de0d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

drivers/hwinfo/Kconfig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ config HWINFO_STM32
3131
config HWINFO_NRF
3232
bool "NRF device ID"
3333
default y
34-
depends on SOC_FAMILY_NRF
34+
depends on SOC_FAMILY_NRF && !TRUSTED_EXECUTION_NONSECURE
3535
select HWINFO_HAS_DRIVER
3636
help
3737
Enable Nordic NRF hwinfo driver.

0 commit comments

Comments
 (0)