summaryrefslogtreecommitdiffstats
path: root/src/mainboard/example/min86/Kconfig.name
blob: 33131930f52316296967e6a74cbeb7e01200b93d (plain)
1
2
3
4
5
6
7
8
9
10
11
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.