CONFIG_BOARD_GALILEO

Galileo Gen2

Type: bool

Help

The Intel Galileo Gen 2 development board is a microcontroller board based on the Intel Quark SoC X1000 application processor, a 32-bit Intel(r) Pentium(r) brand system on a chip (SoC). It is the first board based on Intel architecture designed to be hardware and software pin-compatible with shields designed for the Arduino Uno* R3.

Direct dependencies

SOC_SERIES_QUARK_X1000 && <choice: Board Selection>

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

Kconfig definition

At boards/x86/galileo/Kconfig.board:2

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

Menu path: (top menu) → Board Selection

config BOARD_GALILEO
    bool
    prompt "Galileo Gen2" if SOC_SERIES_QUARK_X1000 && <choice: Board Selection>
    select HAS_DTS if SOC_SERIES_QUARK_X1000 && <choice: Board Selection>
    select HAS_DTS_I2C if SOC_SERIES_QUARK_X1000 && <choice: Board Selection>
    depends on SOC_SERIES_QUARK_X1000 && <choice: Board Selection>
    help
      The Intel Galileo Gen 2 development board is a microcontroller board
      based on the Intel Quark SoC X1000 application processor, a 32-bit
      Intel(r) Pentium(r) brand system on a chip (SoC). It is the first board
      based on Intel architecture designed to be hardware and software
      pin-compatible with shields designed for the Arduino Uno* R3.

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