From mboxrd@z Thu Jan 1 00:00:00 1970 Received: with ECARTIS (v1.0.0; list linux-mips); Tue, 11 Dec 2007 10:33:57 +0000 (GMT) Received: from hall.aurel32.net ([88.191.38.19]:59616 "EHLO hall.aurel32.net") by ftp.linux-mips.org with ESMTP id S20022730AbXLKKds (ORCPT ); Tue, 11 Dec 2007 10:33:48 +0000 Received: from aurel32 by hall.aurel32.net with local (Exim 4.63) (envelope-from ) id 1J22Nm-0003DB-Eq; Tue, 11 Dec 2007 11:30:34 +0100 Date: Tue, 11 Dec 2007 11:30:34 +0100 From: Aurelien Jarno To: Ralf Baechle Cc: linux-mips@linux-mips.org Subject: [PATCH][MIPS] Kconfig fixes for BCM47XX platform Message-ID: <20071211103034.GA11972@hall.aurel32.net> References: <20071210102232.GA10145@hall.aurel32.net> MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-15 Content-Disposition: inline In-Reply-To: <20071210102232.GA10145@hall.aurel32.net> X-Mailer: Mutt 1.5.13 (2006-08-11) User-Agent: Mutt/1.5.13 (2006-08-11) Return-Path: X-Envelope-To: <"|/home/ecartis/ecartis -s linux-mips"> (uid 0) X-Orcpt: rfc822;linux-mips@linux-mips.org Original-Recipient: rfc822;linux-mips@linux-mips.org X-archive-position: 17766 X-ecartis-version: Ecartis v1.0.0 Sender: linux-mips-bounce@linux-mips.org Errors-to: linux-mips-bounce@linux-mips.org X-original-sender: aurelien@aurel32.net Precedence: bulk X-list: linux-mips Hi, The patch below fixes two problems for Kconfig on the BCM47xx platform: - arch/mips/bcm47xx/gpio.c uses ssb_extif_* functions. Selecting SSB_DRIVER_EXTIF makes sure those functions are available. - arch/mips/pci/pci.c needs, when enabled, platform specific functions, which are defined when SSB_PCICORE_HOSTMODE is enabled. This patch replaces the one called "Enable SSB_DRIVER_EXTIF on BCM47XX platform" posted yesterday. Aurelien Signed-off-by: Aurelien Jarno diff --git a/arch/mips/Kconfig b/arch/mips/Kconfig index c6fc405..b4ffcae 100644 --- a/arch/mips/Kconfig +++ b/arch/mips/Kconfig @@ -59,6 +59,8 @@ config BCM47XX select SYS_SUPPORTS_LITTLE_ENDIAN select SSB select SSB_DRIVER_MIPS + select SSB_DRIVER_EXTIF + select SSB_PCICORE_HOSTMODE if PCI select GENERIC_GPIO select SYS_HAS_EARLY_PRINTK select CFE -- .''`. Aurelien Jarno | GPG: 1024D/F1BCDB73 : :' : Debian developer | Electrical Engineer `. `' aurel32@debian.org | aurelien@aurel32.net `- people.debian.org/~aurel32 | www.aurel32.net