diff options
author | Cristi Magherusan <cristi.magherusan@net.utcluj.ro> | 2009-08-27 22:19:23 +0000 |
---|---|---|
committer | Cristi Magherusan <Cristi.Magherusan@net.utcluj.ro> | 2009-08-27 22:19:23 +0000 |
commit | 7ec3f67294968a0c5346b9aad2621724e6340ef4 (patch) | |
tree | 1156eef1ce3f07f2f84e7e6ffc8d0c6a61c16e0a /src/cpu/amd/Kconfig | |
parent | ea906b0e4eec2b7e657a145009f401c793aac167 (diff) |
Added support for the AMD S1G1 socket in kconfig
Signed-off-by: Cristi Magherusan <cristi.magherusan@net.utcluj.ro>
Acked-by: Ronald G. Minnich <rminnich@gmail.com>
git-svn-id: svn://svn.coreboot.org/coreboot/trunk@4602 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
Diffstat (limited to 'src/cpu/amd/Kconfig')
-rw-r--r-- | src/cpu/amd/Kconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/cpu/amd/Kconfig b/src/cpu/amd/Kconfig index f1f6f511a7..eaad9ed94e 100644 --- a/src/cpu/amd/Kconfig +++ b/src/cpu/amd/Kconfig @@ -5,6 +5,6 @@ source src/cpu/amd/socket_AM2/Kconfig #source src/cpu/amd/socket_AM2r2/Kconfig source src/cpu/amd/socket_F/Kconfig #source src/cpu/amd/socket_F_1207/Kconfig -#source src/cpu/amd/socket_S1G1/Kconfig +source src/cpu/amd/socket_S1G1/Kconfig source src/cpu/amd/model_fxx/Kconfig |