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 <alexander@wachter.cloud>
This commit is contained in:
parent
41b2f0a599
commit
e49de0d866
1 changed files with 1 additions and 1 deletions
|
@ -31,7 +31,7 @@ config HWINFO_STM32
|
||||||
config HWINFO_NRF
|
config HWINFO_NRF
|
||||||
bool "NRF device ID"
|
bool "NRF device ID"
|
||||||
default y
|
default y
|
||||||
depends on SOC_FAMILY_NRF
|
depends on SOC_FAMILY_NRF && !TRUSTED_EXECUTION_NONSECURE
|
||||||
select HWINFO_HAS_DRIVER
|
select HWINFO_HAS_DRIVER
|
||||||
help
|
help
|
||||||
Enable Nordic NRF hwinfo driver.
|
Enable Nordic NRF hwinfo driver.
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue