From f76303e29e257d23710ac30c2bdb3679a7ad5a52 Mon Sep 17 00:00:00 2001 From: Martin Roth Date: Wed, 16 Nov 2016 15:45:22 -0700 Subject: Build system: Update HAVE_CMOS_DEFAULT - Don't build the cmos.default file into cbfs if USE_OPTION_TABLE isn't specified. - Don't allow HAVE_CMOS_DEFAULT if HAVE_OPTION_TABLE isn't set. Change-Id: I92401e892f09fc95d4b3fd7418cdbd10ed033fa8 Signed-off-by: Martin Roth Reviewed-on: https://review.coreboot.org/17454 Tested-by: build bot (Jenkins) Reviewed-by: Paul Menzel Reviewed-by: Nico Huber --- src/arch/x86/Kconfig | 1 + 1 file changed, 1 insertion(+) (limited to 'src/arch/x86/Kconfig') diff --git a/src/arch/x86/Kconfig b/src/arch/x86/Kconfig index e117deb924..cd5f8e5180 100644 --- a/src/arch/x86/Kconfig +++ b/src/arch/x86/Kconfig @@ -149,6 +149,7 @@ config BOOTBLOCK_SAVE_BIST_AND_TIMESTAMP config HAVE_CMOS_DEFAULT def_bool n + depends on HAVE_OPTION_TABLE config CMOS_DEFAULT_FILE string -- cgit v1.2.3