Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754830AbYFKLvm (ORCPT ); Wed, 11 Jun 2008 07:51:42 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1751234AbYFKLvf (ORCPT ); Wed, 11 Jun 2008 07:51:35 -0400 Received: from cluster-g.mailcontrol.com ([208.87.233.190]:37125 "EHLO cluster-g.mailcontrol.com" rhost-flags-OK-FAIL-OK-FAIL) by vger.kernel.org with ESMTP id S1751047AbYFKLve (ORCPT ); Wed, 11 Jun 2008 07:51:34 -0400 X-Greylist: delayed 2771 seconds by postgrey-1.27 at vger.kernel.org; Wed, 11 Jun 2008 07:51:34 EDT Message-ID: <484FB149.4080000@csr.com> Date: Wed, 11 Jun 2008 12:04:41 +0100 From: David Vrabel User-Agent: Thunderbird 2.0.0.14 (X11/20080505) MIME-Version: 1.0 To: Byron Bradley CC: Andrew Morton , linux-kernel@vger.kernel.org, linux-mm@kvack.org, Greg KH Subject: [patch] UWB: make UWB selectable on all archs with USB support References: <20080609053908.8021a635.akpm@linux-foundation.org> In-Reply-To: Content-Type: multipart/mixed; boundary="------------070500000603020600010402" X-OriginalArrivalTime: 11 Jun 2008 11:04:41.0584 (UTC) FILETIME=[F2A90700:01C8CBB2] Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 3187 Lines: 97 This is a multi-part message in MIME format. --------------070500000603020600010402 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Byron Bradley wrote: > I'm getting the error below when compiling for ARM (Marvell Orion 5x) but > having trouble working out exacty why. It looks like it isn't selecting > any of the CONFIG_UWB* options which USB_WHCI_HCD should select. Config is > attached. ARM (and some other architectures) don't use drivers/Kconfig. This patch enables UWB on all these architectures that have USB support. David -- David Vrabel, Senior Software Engineer, Drivers CSR, Churchill House, Cambridge Business Park, Tel: +44 (0)1223 692562 Cowley Road, Cambridge, CB4 0WZ http://www.csr.com/ --------------070500000603020600010402 Content-Type: text/x-diff; name="uwb-arch-source-drivers-uwb-Kconfig.patch" Content-Transfer-Encoding: 7bit Content-Disposition: inline; filename="uwb-arch-source-drivers-uwb-Kconfig.patch" UWB: make UWB selectable on all archs with USB support Signed-off-by: David Vrabel --- arch/arm/Kconfig | 2 ++ arch/cris/Kconfig | 2 ++ arch/h8300/Kconfig | 2 ++ arch/v850/Kconfig | 2 ++ 4 files changed, 8 insertions(+) Index: linux-2.6-working/arch/arm/Kconfig =================================================================== --- linux-2.6-working.orig/arch/arm/Kconfig 2008-06-11 11:55:37.000000000 +0100 +++ linux-2.6-working/arch/arm/Kconfig 2008-06-11 11:56:29.000000000 +0100 @@ -1169,6 +1169,8 @@ source "drivers/usb/Kconfig" +source "drivers/uwb/Kconfig" + source "drivers/mmc/Kconfig" source "drivers/leds/Kconfig" Index: linux-2.6-working/arch/cris/Kconfig =================================================================== --- linux-2.6-working.orig/arch/cris/Kconfig 2008-06-11 11:55:37.000000000 +0100 +++ linux-2.6-working/arch/cris/Kconfig 2008-06-11 11:56:11.000000000 +0100 @@ -677,6 +677,8 @@ source "drivers/usb/Kconfig" +source "drivers/uwb/Kconfig" + source "arch/cris/Kconfig.debug" source "security/Kconfig" Index: linux-2.6-working/arch/h8300/Kconfig =================================================================== --- linux-2.6-working.orig/arch/h8300/Kconfig 2008-06-11 11:55:37.000000000 +0100 +++ linux-2.6-working/arch/h8300/Kconfig 2008-06-11 11:56:11.000000000 +0100 @@ -227,6 +227,8 @@ source "drivers/usb/Kconfig" +source "drivers/uwb/Kconfig" + endmenu source "fs/Kconfig" Index: linux-2.6-working/arch/v850/Kconfig =================================================================== --- linux-2.6-working.orig/arch/v850/Kconfig 2008-06-11 11:55:38.000000000 +0100 +++ linux-2.6-working/arch/v850/Kconfig 2008-06-11 11:56:11.000000000 +0100 @@ -342,6 +342,8 @@ source "drivers/usb/Kconfig" +source "drivers/uwb/Kconfig" + source "arch/v850/Kconfig.debug" source "security/Kconfig" --------------070500000603020600010402-- -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/