-
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.)
Symbols selected by this symbol¶
Kconfig definition¶
At boards/x86/galileo/Kconfig.board:2
Included via Kconfig:10
→ Kconfig.zephyr:23
→ arch/Kconfig:14
→ boards/Kconfig:20
Menu path: (top menu) → Board Selection
config BOARD_GALILEO bool prompt "Galileo Gen2" ifSOC_SERIES_QUARK_X1000
&& <choice: Board Selection> selectHAS_DTS
ifSOC_SERIES_QUARK_X1000
&& <choice: Board Selection> selectHAS_DTS_I2C
ifSOC_SERIES_QUARK_X1000
&& <choice: Board Selection> depends onSOC_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.)