summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorZheng Bao <zheng.bao@amd.com>2011-03-28 04:36:21 +0000
committerZheng Bao <Zheng.Bao@amd.com>2011-03-28 04:36:21 +0000
commitd3de3eed7b64ac2a8e37a7c7eec13f76965ff97c (patch)
tree7f858aec93ee556ee1f15b1de318c78fe4a537e0
parent2ca2f177245fdfa34ae7bd732052c8984e2b8b7d (diff)
downloadcoreboot-d3de3eed7b64ac2a8e37a7c7eec13f76965ff97c.tar.gz
coreboot-d3de3eed7b64ac2a8e37a7c7eec13f76965ff97c.tar.bz2
coreboot-d3de3eed7b64ac2a8e37a7c7eec13f76965ff97c.zip
Add the SR5650 & SP5100 to the Kconfig and Makefile.inc
Signed-off-by: Zheng Bao <zheng.bao@amd.com> Acked-by: Marc Jones <marcj303@gmail.com> git-svn-id: svn://svn.coreboot.org/coreboot/trunk@6465 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
-rw-r--r--src/southbridge/amd/Kconfig1
-rw-r--r--src/southbridge/amd/Makefile.inc2
2 files changed, 3 insertions, 0 deletions
diff --git a/src/southbridge/amd/Kconfig b/src/southbridge/amd/Kconfig
index 7cb74f522856..0ad19f27db26 100644
--- a/src/southbridge/amd/Kconfig
+++ b/src/southbridge/amd/Kconfig
@@ -12,3 +12,4 @@ source src/southbridge/amd/rs780/Kconfig
source src/southbridge/amd/sb700/Kconfig
source src/southbridge/amd/sb800/Kconfig
source src/southbridge/amd/cimx_wrapper/Kconfig
+source src/southbridge/amd/sr5650/Kconfig
diff --git a/src/southbridge/amd/Makefile.inc b/src/southbridge/amd/Makefile.inc
index cf387c2584c7..75e625d6ba6b 100644
--- a/src/southbridge/amd/Makefile.inc
+++ b/src/southbridge/amd/Makefile.inc
@@ -7,6 +7,8 @@ subdirs-$(CONFIG_SOUTHBRIDGE_AMD_SB600) += sb600
subdirs-$(CONFIG_SOUTHBRIDGE_AMD_RS780) += rs780
subdirs-$(CONFIG_SOUTHBRIDGE_AMD_SB700) += sb700
subdirs-$(CONFIG_SOUTHBRIDGE_AMD_SB800) += sb800
+subdirs-$(CONFIG_SOUTHBRIDGE_AMD_SR5650) += sr5650
+subdirs-$(CONFIG_SOUTHBRIDGE_AMD_SP5100) += sb700
subdirs-$(CONFIG_SOUTHBRIDGE_AMD_CS5530) += cs5530
subdirs-$(CONFIG_SOUTHBRIDGE_AMD_CS5535) += cs5535
subdirs-$(CONFIG_SOUTHBRIDGE_AMD_CS5536) += cs5536