aboutsummaryrefslogtreecommitdiff
path: root/src/Kconfig
diff options
context:
space:
mode:
authorUwe Hermann <uwe@hermann-uwe.de>2009-10-05 13:55:28 +0000
committerUwe Hermann <uwe@hermann-uwe.de>2009-10-05 13:55:28 +0000
commitc04be9322cd69b3340d78db84b7663848170fe94 (patch)
tree5819319c2ef42fcd2cddf97081b4c47c72467550 /src/Kconfig
parentba6a93ddcb17b1e05480b57c1a47f8dc7084c355 (diff)
Backport facility to specify a local coreboot version suffix from v3.
Tested on QEMU. Signed-off-by: Uwe Hermann <uwe@hermann-uwe.de> Acked-by: Uwe Hermann <uwe@hermann-uwe.de> git-svn-id: svn://svn.coreboot.org/coreboot/trunk@4726 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
Diffstat (limited to 'src/Kconfig')
-rw-r--r--src/Kconfig9
1 files changed, 9 insertions, 0 deletions
diff --git a/src/Kconfig b/src/Kconfig
index 5702d7abf1..b2508bbc8a 100644
--- a/src/Kconfig
+++ b/src/Kconfig
@@ -27,6 +27,15 @@
mainmenu "Coreboot Configuration"
+menu "General setup"
+
+config LOCALVERSION
+ string "Local version - append to coreboot release"
+ help
+ Append an extra string to the end of the coreboot version.
+
+endmenu
+
source src/mainboard/Kconfig
source src/arch/i386/Kconfig
source src/arch/ppc/Kconfig