Skip to content

Commit 6336d0c

Browse files
mstasiaknordicnika-nordic
authored andcommitted
[nrf fromlist] drivers: hwinfo: nrf: Enable driver for nRF92
Added support for hwinfo_nrf driver for nRF92 series. Upstream PR #: 107038 Signed-off-by: Michał Stasiak <michal.stasiak@nordicsemi.no>
1 parent 2925b38 commit 6336d0c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

drivers/hwinfo/Kconfig.nrf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ config HWINFO_NRF
55
bool "NRF device ID"
66
default y
77
depends on SOC_FAMILY_NORDIC_NRF
8-
depends on SOC_SERIES_NRF54H || NRF_SOC_SECURE_SUPPORTED
8+
depends on SOC_SERIES_NRF54H || SOC_SERIES_NRF92 || NRF_SOC_SECURE_SUPPORTED
99
select HWINFO_HAS_DRIVER
1010
help
1111
Enable Nordic NRF hwinfo driver.

0 commit comments

Comments
 (0)