-
CONFIG_HWINFO_NRF
¶
NRF device ID
Type: bool
Help¶
Enable Nordic NRF hwinfo driver.
Direct dependencies¶
(SOC_SERIES_NRF52X
|| SOC_SERIES_NRF51X
) && HWINFO
(Includes any dependencies from if’s and menus.)
Defaults¶
- “y” if (
SOC_SERIES_NRF52X
||SOC_SERIES_NRF51X
) &&HWINFO
Kconfig definition¶
At drivers/hwinfo/Kconfig:30
Included via Kconfig:10
→ Kconfig.zephyr:35
→ drivers/Kconfig:88
Menu path: (top menu) → Device Drivers → Hardware Information driver
config HWINFO_NRF bool prompt "NRF device ID" if (SOC_SERIES_NRF52X
||SOC_SERIES_NRF51X
) &&HWINFO
default "y" if (SOC_SERIES_NRF52X
||SOC_SERIES_NRF51X
) &&HWINFO
depends on (SOC_SERIES_NRF52X
||SOC_SERIES_NRF51X
) &&HWINFO
help Enable Nordic NRF hwinfo driver.
(Definitions include propagated dependencies, including from if’s and menus.)