:orphan: .. title:: SOC_FAMILY_NRF .. option:: CONFIG_SOC_FAMILY_NRF *(No prompt -- not directly user assignable.)* Type: ``bool`` Defaults ======== No defaults. Implicitly defaults to ``n``. Symbols selected by this symbol =============================== - \ :option:`SOC_COMPATIBLE_NRF ` - \ :option:`PLATFORM_SPECIFIC_INIT ` Symbols that select this symbol =============================== - \ :option:`SOC_SERIES_NRF51X ` - \ :option:`SOC_SERIES_NRF52X ` - \ :option:`SOC_SERIES_NRF53X ` - \ :option:`SOC_SERIES_NRF91X ` Kconfig definition ================== At ``/arm/nordic_nrf/Kconfig:6`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:28`` → ``/Kconfig:11`` → ``/kconfig/Kconfig.soc.arch:2`` Menu path: (Top) → Hardware Configuration .. code-block:: kconfig config SOC_FAMILY_NRF bool select SOC_COMPATIBLE_NRF select PLATFORM_SPECIFIC_INIT *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*