summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorPatrick Georgi <patrick.georgi@coresystems.de>2009-11-27 11:04:08 +0000
committerPatrick Georgi <patrick.georgi@coresystems.de>2009-11-27 11:04:08 +0000
commitb0f82d9cd3dffb15acf0b80a7d4756c50d6eb295 (patch)
tree4e019d50c49a724fc700b36a7ab46be936cec721 /src
parent4638c924f0e0ceb150956acead08b97949074e8e (diff)
downloadcoreboot-b0f82d9cd3dffb15acf0b80a7d4756c50d6eb295.tar.xz
Really hook up s2850 and s2875. Trivial.
Signed-off-by: Patrick Georgi <patrick.georgi@coresystems.de> Acked-by: Patrick Georgi <patrick.georgi@coresystems.de> git-svn-id: svn://svn.coreboot.org/coreboot/trunk@4960 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
Diffstat (limited to 'src')
-rw-r--r--src/mainboard/tyan/Kconfig2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/mainboard/tyan/Kconfig b/src/mainboard/tyan/Kconfig
index 6c35b3d48c..93b6d9d4c2 100644
--- a/src/mainboard/tyan/Kconfig
+++ b/src/mainboard/tyan/Kconfig
@@ -24,6 +24,8 @@ choice
source "src/mainboard/tyan/s1846/Kconfig"
source "src/mainboard/tyan/s2735/Kconfig"
+source "src/mainboard/tyan/s2850/Kconfig"
+source "src/mainboard/tyan/s2875/Kconfig"
source "src/mainboard/tyan/s2880/Kconfig"
source "src/mainboard/tyan/s2881/Kconfig"
source "src/mainboard/tyan/s2882/Kconfig"