CONFIG_BOARD_REEL_BOARD

reel Board

Type: bool

Direct dependencies

SOC_NRF52840_QIAA && <choice: Board Selection>

(Includes any dependencies from if’s and menus.)

Kconfig definition

At boards/arm/reel_board/Kconfig.board:7

Included via Kconfig:10Kconfig.zephyr:23arch/Kconfig:14boards/Kconfig:20

Menu path: (top menu) → Board Selection

config BOARD_REEL_BOARD
    bool
    prompt "reel Board" if SOC_NRF52840_QIAA && <choice: Board Selection>
    select HAS_DTS_GPIO_DEVICE if SOC_NRF52840_QIAA && <choice: Board Selection>
    select HAS_DTS_I2C_DEVICE if I2C && SOC_NRF52840_QIAA && <choice: Board Selection>
    depends on SOC_NRF52840_QIAA && <choice: Board Selection>

(Definitions include propagated dependencies, including from if’s and menus.)