:orphan: .. title:: BOARD_PARTICLE_BORON .. option:: CONFIG_BOARD_PARTICLE_BORON *Particle Boron Board* Type: ``bool`` Direct dependencies =================== \ :option:`SOC_NRF52840_QIAA ` && \ :ref:` ` *(Includes any dependencies from if's and menus.)* Kconfig definition ================== .. highlight:: kconfig At ``boards/arm/particle_boron/Kconfig.board:7`` Included via ``Kconfig:10`` → ``Kconfig.zephyr:25`` → ``boards/Kconfig:21`` Menu path: (top menu) → Board Selection .. parsed-literal:: config BOARD_PARTICLE_BORON bool prompt "Particle Boron Board" if \ :option:`SOC_NRF52840_QIAA ` && \ :ref:` ` depends on \ :option:`SOC_NRF52840_QIAA ` && \ :ref:` ` *(Definitions include propagated dependencies, including from if's and menus.)*