From 6b89b4c75f86f9cbb32cccf728c9a623a205963d Mon Sep 17 00:00:00 2001 From: Rudolf Marek Date: Sun, 25 Mar 2012 18:16:11 +0200 Subject: Add support for RDC R8610 Southbridge So far it just setups things right for Bifferboard. We may change it in the future to fit other hardware. Change-Id: I1c4ccff4e47b9cb9e31a738f038fc4f4ebe59087 Signed-off-by: Rudolf Marek Reviewed-on: http://review.coreboot.org/808 Tested-by: build bot (Jenkins) Reviewed-by: Stefan Reinauer --- src/southbridge/Kconfig | 1 + 1 file changed, 1 insertion(+) (limited to 'src/southbridge/Kconfig') diff --git a/src/southbridge/Kconfig b/src/southbridge/Kconfig index 77fe385f57..31b7cc60f2 100644 --- a/src/southbridge/Kconfig +++ b/src/southbridge/Kconfig @@ -2,6 +2,7 @@ source src/southbridge/amd/Kconfig source src/southbridge/broadcom/Kconfig source src/southbridge/intel/Kconfig source src/southbridge/nvidia/Kconfig +source src/southbridge/rdc/Kconfig source src/southbridge/ricoh/Kconfig source src/southbridge/sis/Kconfig source src/southbridge/ti/Kconfig -- cgit v1.2.3