diff options
author | Patrick Georgi <patrick.georgi@coresystems.de> | 2009-10-08 07:43:09 +0000 |
---|---|---|
committer | Patrick Georgi <patrick.georgi@coresystems.de> | 2009-10-08 07:43:09 +0000 |
commit | 5726f92027c4299a7cad46c9153dbe55543efb5e (patch) | |
tree | 3b48da7bf4d3c522769628e36e0b5df329188164 /src/mainboard/tyan/Kconfig | |
parent | b97ee05dc72c52fbb694326863b4977736d0f225 (diff) |
Kconfig: AMD Fam10, all Tyan boards.
Fam10 doesn't build due to size constraints at this time.
Signed-off-by: Patrick Georgi <patrick.georgi@coresystems.de>
Acked-by: Uwe Hermann <uwe@hermann-uwe.de>
git-svn-id: svn://svn.coreboot.org/coreboot/trunk@4741 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
Diffstat (limited to 'src/mainboard/tyan/Kconfig')
-rw-r--r-- | src/mainboard/tyan/Kconfig | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/src/mainboard/tyan/Kconfig b/src/mainboard/tyan/Kconfig index be6ebd44e3..6c35b3d48c 100644 --- a/src/mainboard/tyan/Kconfig +++ b/src/mainboard/tyan/Kconfig @@ -23,10 +23,18 @@ choice depends on VENDOR_TYAN source "src/mainboard/tyan/s1846/Kconfig" +source "src/mainboard/tyan/s2735/Kconfig" +source "src/mainboard/tyan/s2880/Kconfig" source "src/mainboard/tyan/s2881/Kconfig" +source "src/mainboard/tyan/s2882/Kconfig" +source "src/mainboard/tyan/s2885/Kconfig" source "src/mainboard/tyan/s2891/Kconfig" source "src/mainboard/tyan/s2892/Kconfig" source "src/mainboard/tyan/s2895/Kconfig" +source "src/mainboard/tyan/s2912/Kconfig" +source "src/mainboard/tyan/s2912_fam10/Kconfig" +source "src/mainboard/tyan/s4880/Kconfig" +source "src/mainboard/tyan/s4882/Kconfig" endchoice |