From a74ae635caeb0598fc1422356f13722c03262e8e Mon Sep 17 00:00:00 2001 From: Myles Watson Date: Tue, 22 Sep 2009 18:53:50 +0000 Subject: failoverR.diff: Revert my failover change since Kconfig only supports fallback. kconfig_s2892.dif: Add support for Tyan s2891, s2892, and s2895 to Kconfig. Signed-off-by: Myles Watson Acked-by: Ronald G. Minnich git-svn-id: svn://svn.coreboot.org/coreboot/trunk@4656 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1 --- src/mainboard/tyan/Kconfig | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src/mainboard/tyan/Kconfig') diff --git a/src/mainboard/tyan/Kconfig b/src/mainboard/tyan/Kconfig index 0af78ba9d3..5586d986a5 100644 --- a/src/mainboard/tyan/Kconfig +++ b/src/mainboard/tyan/Kconfig @@ -23,6 +23,9 @@ choice depends on VENDOR_TYAN source "src/mainboard/tyan/s1846/Kconfig" +source "src/mainboard/tyan/s2891/Kconfig" +source "src/mainboard/tyan/s2892/Kconfig" +source "src/mainboard/tyan/s2895/Kconfig" endchoice -- cgit v1.2.3