• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1## SPDX-License-Identifier: GPL-2.0-only
2
3config BOARD_EXAMPLE_MIN86
4	bool "Minimal x86 fake board"
5	help
6	  This example mainboard code along with the example/min86 SoC
7	  should serve as a minimal example how a buildable x86 SoC code
8	  base can look like.
9
10	  This can serve, for instance, as a basis to add new SoCs to
11	  coreboot. Starting with a buildable commit should help with
12	  the review of the actual code, and also avoid any regressions
13	  when common coreboot code changes.
14