diff options
Diffstat (limited to 'src/Kconfig')
-rw-r--r-- | src/Kconfig | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/Kconfig b/src/Kconfig index a37c26137e..49f8672ff2 100644 --- a/src/Kconfig +++ b/src/Kconfig @@ -18,6 +18,10 @@ mainmenu "coreboot configuration" menu "General setup" +config COREBOOT_BUILD + bool + default y + config LOCALVERSION string "Local version string" help |