:orphan: .. title:: choice: nRF51x MCU Selection .. _choice_86: .. describe:: choice: nRF51x MCU Selection *nRF51x MCU Selection* Type: ``bool`` Direct dependencies =================== \ :kconfig:`SOC_SERIES_NRF51X ` && \ :kconfig:`SOC_FAMILY_NRF ` *(Includes any dependencies from ifs and menus.)* Defaults ======== No defaults. Implicitly defaults to the first (visible) choice option. Choice options ============== - \ :kconfig:`SOC_NRF51822_QFAA ` - \ :kconfig:`SOC_NRF51822_QFAB ` - \ :kconfig:`SOC_NRF51822_QFAC ` Kconfig definition ================== At ``/arm/nordic_nrf/nrf51/Kconfig.soc:6`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:38`` → ``/Kconfig:15`` → ``/kconfig/Kconfig.soc.arch:2`` → ``/arm/nordic_nrf/Kconfig:17`` Menu path: (Top) → Hardware Configuration .. code-block:: kconfig choice bool "nRF51x MCU Selection" depends on SOC_SERIES_NRF51X && SOC_FAMILY_NRF *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*