util/intelp2m: Print the current project version
[coreboot2.git] / src / mainboard / example / min86 / Kconfig.name
blobf07c6c4511bc15bbdaf95df6efc8a6cefc2a7832
1 ## SPDX-License-Identifier: GPL-2.0-only
3 config 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.
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.