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/rdc/r8610/Kconfig | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) create mode 100644 src/southbridge/rdc/r8610/Kconfig (limited to 'src/southbridge/rdc/r8610/Kconfig') diff --git a/src/southbridge/rdc/r8610/Kconfig b/src/southbridge/rdc/r8610/Kconfig new file mode 100644 index 0000000000..e9941f0e23 --- /dev/null +++ b/src/southbridge/rdc/r8610/Kconfig @@ -0,0 +1,26 @@ +## +## This file is part of the coreboot project. +## +## Copyright (C) 2008-2009 coresystems GmbH +## +## This program is free software; you can redistribute it and/or modify +## it under the terms of the GNU General Public License as published by +## the Free Software Foundation; version 2 of the License. +## +## This program is distributed in the hope that it will be useful, +## but WITHOUT ANY WARRANTY; without even the implied warranty of +## MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +## GNU General Public License for more details. +## +## You should have received a copy of the GNU General Public License +## along with this program; if not, write to the Free Software +## Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA +## + +config SOUTHBRIDGE_RDC_R8610 + bool + +config BOOTBLOCK_SOUTHBRIDGE_INIT + string + default "southbridge/rdc/r8610/bootblock.c" + depends on SOUTHBRIDGE_RDC_R8610 -- cgit v1.2.3