Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1755536Ab0FCSla (ORCPT ); Thu, 3 Jun 2010 14:41:30 -0400 Received: from caramon.arm.linux.org.uk ([78.32.30.218]:38939 "EHLO caramon.arm.linux.org.uk" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753707Ab0FCSl3 (ORCPT ); Thu, 3 Jun 2010 14:41:29 -0400 Date: Thu, 3 Jun 2010 19:41:04 +0100 From: Russell King To: Daniel Walker Cc: Linus Torvalds , Kevin Hilman , Linux Kernel Mailing List , linux-arm-msm@vger.kernel.org Subject: Re: ARM defconfig files Message-ID: <20100603184104.GC25779@flint.arm.linux.org.uk> References: <20100603074548.GA12104@flint.arm.linux.org.uk> <20100603181010.GA25779@flint.arm.linux.org.uk> <1275589230.23384.19.camel@c-dwalke-linux.qualcomm.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1275589230.23384.19.camel@c-dwalke-linux.qualcomm.com> User-Agent: Mutt/1.5.18 (2008-05-17) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1272 Lines: 28 On Thu, Jun 03, 2010 at 11:20:30AM -0700, Daniel Walker wrote: > I don't see how we can do without defconfigs altogether tho. I mean , if > you want to run a Beagle board or a Nexus one we can't just give the > users a slim ARM config and let them troll through 1000's of drivers > trying to find just those ones that work on their given board. Well, Linus does have a point - I can't start a new with Kconfig and generate a working defconfig first time mainly because of the thounds of options there. What I can do is get the ARM side of the configuration right, since for the majority of cases the only thing that needs doing is selecting the platform class and the board itself. The problem comes with driver configuration, where you have to go through lots of menus to find all the drivers for the platform/SoC. That's the tedious bit, and more often than not it takes several attempts to get everything that's necessary. -- Russell King Linux kernel 2.6 ARM Linux - http://www.arm.linux.org.uk/ maintainer of: -- 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/