Submitter | Joe Korty |
---|---|
Date | 2010-05-14 19:11:35 |
Message ID | <20100514191135.GA3408@tsunami.ccur.com> |
Download | mbox | patch |
Permalink | /patch/1332/ |
State | Accepted |
Headers | show |
Comments
Patch
Index: trunk/src/Kconfig =================================================================== --- trunk.orig/src/Kconfig 2010-05-14 10:25:00.000000000 -0400 +++ trunk/src/Kconfig 2010-05-14 10:32:52.000000000 -0400 @@ -91,6 +91,10 @@ If unsure, use the default. +config USE_OPTION_TABLE + bool "Use CMOS for configuration values" + default n + endmenu source src/mainboard/Kconfig @@ -143,10 +147,6 @@ bool default n -config USE_OPTION_TABLE - bool "Use CMOS for configuration values" - default n - config MAX_CPUS int default 1
Move the 'USE CMOS' Kconfig question. Move the 'USE CMOS' question from the top level to the General Setup section of Kconfig. Signed-off-by: Joe Korty <joe.Korty@ccur.com>