diff options
author | Uwe Hermann <uwe@hermann-uwe.de> | 2009-08-25 12:25:36 +0000 |
---|---|---|
committer | Uwe Hermann <uwe@hermann-uwe.de> | 2009-08-25 12:25:36 +0000 |
commit | b7fec825febefd3c7dd2e82539da45f1ec9415e7 (patch) | |
tree | 80ad88ec5c82fca7b6cefa380b41a5423ddfb4f3 /src/cpu/intel/Kconfig | |
parent | f9d4c2bad899802ecbac922ae180825bf8112a71 (diff) |
Add kconfig support for ASUS P2B-F.
Only build-tested so far, not tested on hardware.
Signed-off-by: Uwe Hermann <uwe@hermann-uwe.de>
Acked-by: Stefan Reinauer <stepan@coresystems.de>
git-svn-id: svn://svn.coreboot.org/coreboot/trunk@4572 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
Diffstat (limited to 'src/cpu/intel/Kconfig')
-rw-r--r-- | src/cpu/intel/Kconfig | 3 |
1 files changed, 2 insertions, 1 deletions
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 |