diff options
author | Patrick Georgi <patrick.georgi@coresystems.de> | 2009-11-27 11:04:08 +0000 |
---|---|---|
committer | Patrick Georgi <patrick.georgi@coresystems.de> | 2009-11-27 11:04:08 +0000 |
commit | b0f82d9cd3dffb15acf0b80a7d4756c50d6eb295 (patch) | |
tree | 4e019d50c49a724fc700b36a7ab46be936cec721 /src/mainboard/tyan/Kconfig | |
parent | 4638c924f0e0ceb150956acead08b97949074e8e (diff) | |
download | coreboot-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/mainboard/tyan/Kconfig')
-rw-r--r-- | src/mainboard/tyan/Kconfig | 2 |
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" |