From e8b1edeb4c11a3067226a9056ee6e450021326a1 Mon Sep 17 00:00:00 2001 From: Carl-Daniel Hailfinger Date: Fri, 22 Aug 2008 10:57:34 +0000 Subject: [PATCH] Add Kconfig for CAR testing code. The code is already in the tree, but we never used it. Signed-off-by: Carl-Daniel Hailfinger Acked-by: Ronald G. Minnich git-svn-id: svn://coreboot.org/repository/coreboot-v3@800 f3766cd6-281f-0410-b1cd-43a5c92072e9 --- arch/x86/Kconfig | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/arch/x86/Kconfig b/arch/x86/Kconfig index 8fbce99f83..78079fb8e2 100644 --- a/arch/x86/Kconfig +++ b/arch/x86/Kconfig @@ -231,3 +231,13 @@ config APIC_ID_OFFSET depends IOAPIC help This is entirely mainboard dependent. 0x10 is a *typical* setting but not always a good setting. + +menu "Debugging" + +config CARTEST + bool "Test CAR area" + default n + help + Test the CAR area after it has been set up. + +endmenu