diff options
author | Kerry She <Kerry.she@amd.com> | 2011-01-01 17:52:34 +0000 |
---|---|---|
committer | Uwe Hermann <uwe@hermann-uwe.de> | 2011-01-01 17:52:34 +0000 |
commit | 84f59aee3c4710dd7a9ebebd2bd6f7c1d2465e90 (patch) | |
tree | bf133c45927a160585cfaf944b71f61e4efc66a8 /src/southbridge/amd/Kconfig | |
parent | 799fed98ea57fc9632b7bf95b3f1d79519cbdd15 (diff) | |
download | coreboot-84f59aee3c4710dd7a9ebebd2bd6f7c1d2465e90.tar.xz |
Add AMD SB800 southbridge support via cimx_wrapper.
Signed-off-by: Kerry She <Kerry.she@amd.com>
Acked-by: Stefan Reinauer <stepan@coreboot.org>
Acked-by: Uwe Hermann <uwe@hermann-uwe.de>
git-svn-id: svn://svn.coreboot.org/coreboot/trunk@6230 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
Diffstat (limited to 'src/southbridge/amd/Kconfig')
-rw-r--r-- | src/southbridge/amd/Kconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/southbridge/amd/Kconfig b/src/southbridge/amd/Kconfig index 59b072ac79..302ae36124 100644 --- a/src/southbridge/amd/Kconfig +++ b/src/southbridge/amd/Kconfig @@ -10,3 +10,4 @@ source src/southbridge/amd/rs690/Kconfig source src/southbridge/amd/sb600/Kconfig source src/southbridge/amd/rs780/Kconfig source src/southbridge/amd/sb700/Kconfig +source src/southbridge/amd/cimx_wrapper/Kconfig |