From b7fec825febefd3c7dd2e82539da45f1ec9415e7 Mon Sep 17 00:00:00 2001 From: Uwe Hermann Date: Tue, 25 Aug 2009 12:25:36 +0000 Subject: Add kconfig support for ASUS P2B-F. Only build-tested so far, not tested on hardware. Signed-off-by: Uwe Hermann Acked-by: Stefan Reinauer git-svn-id: svn://svn.coreboot.org/coreboot/trunk@4572 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1 --- src/cpu/intel/Kconfig | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src/cpu/intel/Kconfig') diff --git a/src/cpu/intel/Kconfig b/src/cpu/intel/Kconfig index 87623a3843..c20789761b 100644 --- a/src/cpu/intel/Kconfig +++ b/src/cpu/intel/Kconfig @@ -1,4 +1,5 @@ source src/cpu/intel/model_6ex/Kconfig source src/cpu/intel/model_6fx/Kconfig source src/cpu/intel/socket_mFCPGA478/Kconfig -source src/cpu/intel/socket_PGA370/Kconfig \ No newline at end of file +source src/cpu/intel/socket_PGA370/Kconfig +source src/cpu/intel/slot_2/Kconfig -- cgit v1.2.3