aboutsummaryrefslogtreecommitdiff
path: root/src/cpu
diff options
context:
space:
mode:
authorStefan Reinauer <reinauer@chromium.org>2012-11-13 17:00:01 -0800
committerStefan Reinauer <stefan.reinauer@coreboot.org>2012-11-16 01:13:47 +0100
commit95a6396ae3df6dfa778ac67a73af6fae4501517a (patch)
tree8deab9fd2bffcd2d9588311eab27ea7ffc94f673 /src/cpu
parent84833448026bfd5c5ef634d937d30017138f22b4 (diff)
Clean up Kconfig
- move VGA handling options into devices/Kconfig - make Devices a top level menu - move some options "closer" to the code they control Change-Id: Ia79541d18b2b0d9b89a8b154255e312060627c48 Signed-off-by: Stefan Reinauer <reinauer@google.com> Reviewed-on: http://review.coreboot.org/1840 Tested-by: build bot (Jenkins) Reviewed-by: Ronald G. Minnich <rminnich@gmail.com>
Diffstat (limited to 'src/cpu')
-rw-r--r--src/cpu/amd/model_10xxx/Kconfig4
-rw-r--r--src/cpu/amd/model_fxx/Kconfig4
2 files changed, 8 insertions, 0 deletions
diff --git a/src/cpu/amd/model_10xxx/Kconfig b/src/cpu/amd/model_10xxx/Kconfig
index 0890771e34..0254cf239c 100644
--- a/src/cpu/amd/model_10xxx/Kconfig
+++ b/src/cpu/amd/model_10xxx/Kconfig
@@ -30,6 +30,10 @@ config SET_FIDVID
bool
default y
+config LIFT_BSP_APIC_ID
+ bool
+ default n
+
if SET_FIDVID
config SET_FIDVID_DEBUG
bool
diff --git a/src/cpu/amd/model_fxx/Kconfig b/src/cpu/amd/model_fxx/Kconfig
index 0afc4b0f4c..28beacfa45 100644
--- a/src/cpu/amd/model_fxx/Kconfig
+++ b/src/cpu/amd/model_fxx/Kconfig
@@ -10,6 +10,10 @@ config UDELAY_IO
bool
default n
+config LIFT_BSP_APIC_ID
+ bool
+ default n
+
config SET_FIDVID
bool
default n