:orphan: .. title:: CONFIG_BOARD_NRF52_SPARKFUN .. kconfig:: CONFIG_BOARD_NRF52_SPARKFUN CONFIG_BOARD_NRF52_SPARKFUN ########################### *nRF52 SPARKFUN* Type: ``bool`` Direct dependencies =================== \ :kconfig:`SOC_NRF52832_QFAA ` && \ :ref:` ` *(Includes any dependencies from ifs and menus.)* Kconfig definition ================== At ``/arm/nrf52_sparkfun/Kconfig.board:7`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:37`` → ``/Kconfig:29`` Menu path: (Top) → Board Selection .. code-block:: kconfig config BOARD_NRF52_SPARKFUN bool "nRF52 SPARKFUN" depends on SOC_NRF52832_QFAA && *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*