From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1758009AbYDJS61 (ORCPT ); Thu, 10 Apr 2008 14:58:27 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1757008AbYDJS6G (ORCPT ); Thu, 10 Apr 2008 14:58:06 -0400 Received: from pasmtpb.tele.dk ([80.160.77.98]:34785 "EHLO pasmtpB.tele.dk" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1754737AbYDJS55 (ORCPT ); Thu, 10 Apr 2008 14:57:57 -0400 Date: Thu, 10 Apr 2008 20:58:24 +0200 From: Sam Ravnborg To: Russell King - ARM Linux Cc: Uwe =?iso-8859-1?Q?Kleine-K=F6nig?= , =?iso-8859-1?Q?Hans-J=FCrgen?= Koch , Greg KH , linux-kernel@vger.kernel.org, linux-arm-kernel@lists.arm.linux.org.uk Subject: Re: [PATCH] arch/arm/Kconfig: Make UIO available on ARM architecture Message-ID: <20080410185824.GB21893@uranus.ravnborg.org> References: <20080207133805.13f092ff@dilbert.local> <20080207130222.GA8587@flint.arm.linux.org.uk> <20080207141236.00940d09@dilbert.local> <20080211092547.09bca061@dilbert.local> <20080410122127.GA8096@digi.com> <20080410122706.GG26575@flint.arm.linux.org.uk> Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: <20080410122706.GG26575@flint.arm.linux.org.uk> User-Agent: Mutt/1.4.2.1i Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Hi rmk On Thu, Apr 10, 2008 at 01:27:06PM +0100, Russell King - ARM Linux wrote: > On Thu, Apr 10, 2008 at 02:21:27PM +0200, Uwe Kleine-König wrote: > > Hello, > > > > Hans-Jürgen Koch wrote: > > > Am Thu, 7 Feb 2008 14:12:36 +0100 > > > schrieb Hans-Jürgen Koch : > > > > > > AFAICT, this patch was neither rejected nor applied. It generated a > > > long thread about changing the whole ARM Kconfig system. I feel not > > > qualified to do that, but I still want UIO available on ARM ;-) > > > What can I do to help? > > Anything new here? > > > > In my eyes this can be sent to the patch system. > > I don't remember anything about this... When this topic was last discussed we looked into what prevented ARM from using the generic drivers/Kconfig. The conclusion was that only IDE and MTD did so. The IDE issue was quickly fixed in upstream by introducing HAVE_IDE and the MTD issue were concluded to be a non-issue. So there should not be any problems left to my best knowledge to use the generic drivers/Kconfig for arm. Sam