diff options
author | Patrick Georgi <patrick.georgi@coresystems.de> | 2010-04-23 08:03:14 +0000 |
---|---|---|
committer | Patrick Georgi <patrick.georgi@coresystems.de> | 2010-04-23 08:03:14 +0000 |
commit | fe6c2cda6e6977894d9b668af9509b983c850f68 (patch) | |
tree | a0c16b8bc1123d20e1e7fa37c96b8657604f9e2c | |
parent | 676939620a0a7d3e1a763a8b363a14f35eb5dd87 (diff) |
Make USE_OPTION_TABLE user visible, so it can be edited.
Signed-off-by: Patrick Georgi <patrick.georgi@coresystems.de>
Acked-by: Patrick Georgi <patrick.georgi@coresystems.de>
git-svn-id: svn://svn.coreboot.org/coreboot/trunk@5480 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
-rw-r--r-- | src/Kconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Kconfig b/src/Kconfig index af835e81c8..026e99da78 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 |