zephyr/drivers/hwinfo
Joakim Andersson 2dae1823ab hwinfo: Add dependency handling for HWINFO_NRF in nonsecure
The limitation on HWINFO_NRF depending on not nonsecure was removed in
52be3030aa.
This caused problems when TF-M was not enabled.

This happens on the thingy53_nrf5340_cpuapp_ns board since this board
is not supported by TF-M.

Introduce proper dependency handling for the soc secure functions
to make HWINFO_NRF unavailable when no secure services exist in
nonsecure.

Signed-off-by: Joakim Andersson <joakim.andersson@nordicsemi.no>
2022-04-07 11:02:52 -04:00
..
CMakeLists.txt drivers: hwinfo: Added unique ID support for RPi Pico 2022-03-16 10:24:32 +01:00
Kconfig hwinfo: Add dependency handling for HWINFO_NRF in nonsecure 2022-04-07 11:02:52 -04:00
hwinfo_esp32.c
hwinfo_gecko.c
hwinfo_handlers.c
hwinfo_imxrt.c
hwinfo_litex.c
hwinfo_mcux_rcm.c
hwinfo_mcux_sim.c
hwinfo_mcux_src.c
hwinfo_mcux_syscon.c
hwinfo_nrf.c drivers: hwinfo: Remove HWINFO_NRF limitation for non-secure config 2022-04-04 11:15:28 +02:00
hwinfo_psoc6.c
hwinfo_rpi_pico.c drivers: hwinfo: Added reset cause support for RPi Pico 2022-03-16 10:24:32 +01:00
hwinfo_sam.c
hwinfo_sam0.c
hwinfo_sam4l.c
hwinfo_sam_rstc.c drivers: hwinfo: sam: Introduce RSTC driver 2022-02-28 10:53:57 +01:00
hwinfo_shell.c hwinfo shell: reset_cause fix 2022-03-22 12:33:11 +01:00
hwinfo_stm32.c
hwinfo_weak_impl.c