From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752878Ab0KBOju (ORCPT ); Tue, 2 Nov 2010 10:39:50 -0400 Received: from opensource.wolfsonmicro.com ([80.75.67.52]:56279 "EHLO opensource2.wolfsonmicro.com" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S1751555Ab0KBOjq (ORCPT ); Tue, 2 Nov 2010 10:39:46 -0400 Date: Tue, 2 Nov 2010 10:39:50 -0400 From: Mark Brown 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 Subject: Re: [PATCH v3 2/2] drivers: cleanup Kconfig stuff Message-ID: <20101102143949.GH21476@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> MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: X-Cookie: Never give an inch! User-Agent: Mutt/1.5.20 (2009-06-14) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Tue, Nov 02, 2010 at 04:18:18PM +0200, Felipe Contreras wrote: > 2010/11/2 Uwe Kleine-König : > > Well, all platforms that have TWL4030_CORE will get REGULATOR_TWL4030 by > > default, too.  (TWL4030_CORE doesn't depend on something omapish.) > Yes, I think TWL4030_CORE should depend on OMAP3, but I think some > people might not like that. That's why I wanted to make that a > separate patch. It did originally but that dependency was removed to allow build coverage for non-OMAP users. > > > For me this looks OK.  It would be still better if it removed > > CONFIG_REGULATOR_TWL4030=y from arch/arm/configs/omap2plus_defconfig. > > Yes, but I want to run 'make savedefconfig'; there's many changes > lingering like that. > > -- > Felipe Contreras