From fe6c2cda6e6977894d9b668af9509b983c850f68 Mon Sep 17 00:00:00 2001 From: Patrick Georgi Date: Fri, 23 Apr 2010 08:03:14 +0000 Subject: [PATCH] Make USE_OPTION_TABLE user visible, so it can be edited. Signed-off-by: Patrick Georgi Acked-by: Patrick Georgi git-svn-id: svn://svn.coreboot.org/coreboot/trunk@5480 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1 --- src/Kconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Kconfig b/src/Kconfig index af835e81c..026e99da7 100644 --- a/src/Kconfig +++ b/src/Kconfig @@ -137,7 +137,7 @@ config USE_PRINTK_IN_CAR default n config USE_OPTION_TABLE - bool + bool "Use CMOS for configuration values" default n config MAX_CPUS -- 2.25.1