summaryrefslogtreecommitdiffstats
path: root/src/mainboard/example/min86/Kconfig.name
blob: f07c6c4511bc15bbdaf95df6efc8a6cefc2a7832 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
## SPDX-License-Identifier: GPL-2.0-only

config BOARD_EXAMPLE_MIN86
	bool "Minimal x86 fake board"
	help
	  This example mainboard code along with the example/min86 SoC
	  should serve as a minimal example how a buildable x86 SoC code
	  base can look like.

	  This can serve, for instance, as a basis to add new SoCs to
	  coreboot. Starting with a buildable commit should help with
	  the review of the actual code, and also avoid any regressions
	  when common coreboot code changes.