diff options
author | Rudolf Marek <r.marek@assembler.cz> | 2012-03-25 18:16:11 +0200 |
---|---|---|
committer | Stefan Reinauer <stefan.reinauer@coreboot.org> | 2012-03-27 18:39:05 +0200 |
commit | 6b89b4c75f86f9cbb32cccf728c9a623a205963d (patch) | |
tree | 772b3968a342abb8a69df7ff3b90330ddcc253fc /src/southbridge/Kconfig | |
parent | c0c5ac7c906c0123f29938900084233957ce3be0 (diff) |
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 <r.marek@assembler.cz>
Reviewed-on: http://review.coreboot.org/808
Tested-by: build bot (Jenkins)
Reviewed-by: Stefan Reinauer <stefan.reinauer@coreboot.org>
Diffstat (limited to 'src/southbridge/Kconfig')
-rw-r--r-- | src/southbridge/Kconfig | 1 |
1 files changed, 1 insertions, 0 deletions
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 |