From mboxrd@z Thu Jan 1 00:00:00 1970 From: Mark Brown Subject: Re: [PATCH v3 2/2] drivers: cleanup Kconfig stuff Date: Tue, 2 Nov 2010 16:34:53 -0400 Message-ID: <20101102203452.GB32103@opensource.wolfsonmicro.com> References: <1288656853-4625-1-git-send-email-felipe.contreras@gmail.com> <1288656853-4625-3-git-send-email-felipe.contreras@gmail.com> <20101102131146.GA21476@opensource.wolfsonmicro.com> <20101102141208.GU31158@pengutronix.de> <20101102143949.GH21476@opensource.wolfsonmicro.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Received: from opensource.wolfsonmicro.com ([80.75.67.52]:58685 "EHLO opensource2.wolfsonmicro.com" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S1752341Ab0KBUeq (ORCPT ); Tue, 2 Nov 2010 16:34:46 -0400 Content-Disposition: inline In-Reply-To: Sender: linux-omap-owner@vger.kernel.org List-Id: linux-omap@vger.kernel.org To: Felipe Contreras Cc: Uwe =?iso-8859-1?Q?Kleine-K=F6nig?= , linux-usb , linux-main , linux-omap , Felipe Balbi , Greg KH , Samuel Ortiz , Liam Girdwood , David Brownell , Greg Kroah-Hartman , Hao Wu , Alan Cox , Mike Rapoport On Tue, Nov 02, 2010 at 09:46:47PM +0200, Felipe Contreras wrote: > On Tue, Nov 2, 2010 at 4:39 PM, Mark Brown > > It did originally but that dependency was removed to allow build > > coverage for non-OMAP users. > I'm not sure removing that dependency is worth it. There's probably a > lot of code in the kernel that can be built without meeting the > specified dependencies. Maybe there should be a way to differentiate > soft from hard dependencies for this particular use-case. But I guess > for now the lack of dependency should be ok. It's really useful for subsystem maintainers - it means you can do changes over the subsystem without having to have a build lots and lots of different configs per chip to make sure everything still at least compiles.