summaryrefslogtreecommitdiffstats
path: root/Kconfig
diff options
context:
space:
mode:
authorCorey Osgood <corey.osgood@gmail.com>2008-12-18 02:00:55 +0000
committerCorey Osgood <corey.osgood@gmail.com>2008-12-18 02:00:55 +0000
commit758fecb86059d4a812fa9b6c4a1b5572f16d0ef9 (patch)
treea4ccaaf16af9adc8a35f1bc4cc3fdfd6a1ff8373 /Kconfig
parent4216c1338650843c5de631583b7993064dd92c64 (diff)
downloadcoreboot-758fecb86059d4a812fa9b6c4a1b5572f16d0ef9.tar.gz
coreboot-758fecb86059d4a812fa9b6c4a1b5572f16d0ef9.tar.bz2
coreboot-758fecb86059d4a812fa9b6c4a1b5572f16d0ef9.zip
Move OPTION_TABLE to a menu config option, and default it to enabled. This allows
a user/developer to disable the option table, so it doesn't overwrite whatever the factory BIOS has written. Also fix building with OPTION_TABLE disabled. Signed-off-by: Corey Osgood <corey.osgood@gmail.com> Acked-by: Peter Stuge <peter@stuge.se> git-svn-id: svn://coreboot.org/repository/coreboot-v3@1078 f3766cd6-281f-0410-b1cd-43a5c92072e9
Diffstat (limited to 'Kconfig')
-rw-r--r--Kconfig8
1 files changed, 8 insertions, 0 deletions
diff --git a/Kconfig b/Kconfig
index 474339b7877a..5df37d8f05fe 100644
--- a/Kconfig
+++ b/Kconfig
@@ -53,6 +53,14 @@ config LOCALVERSION
help
Append an extra string to the end of the coreboot version.
+config OPTION_TABLE
+ bool "CMOS Option Table"
+ default y
+ help
+ This option is used to determine whether the mainboard has
+ a battery backed up real time clock with CMOS NVRAM, or if you want
+ to use it.
+
config BEEPS
bool "Enable beeps upon certain coreboot events"
depends EXPERT