From mboxrd@z Thu Jan 1 00:00:00 1970 From: Tony Lindgren Subject: Re: [PATCH] I2C: TWL4030: Fix Kconfig Date: Mon, 21 Apr 2008 11:47:26 -0700 Message-ID: <20080421184726.GD24257@atomide.com> References: <20080418190214.GH12099@atomide.com> <1208769554-11100-1-git-send-email-felipe.balbi@nokia.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Received: from mho-02-bos.mailhop.org ([63.208.196.179]:53194 "EHLO mho-02-bos.mailhop.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752998AbYDUSr1 (ORCPT ); Mon, 21 Apr 2008 14:47:27 -0400 Content-Disposition: inline In-Reply-To: <1208769554-11100-1-git-send-email-felipe.balbi@nokia.com> Sender: linux-omap-owner@vger.kernel.org List-Id: linux-omap@vger.kernel.org To: Felipe Balbi Cc: linux-omap@vger.kernel.org * Felipe Balbi [080421 02:21]: > Misc cleanup patch. Pushing. Tony > Signed-off-by: Felipe Balbi > --- > drivers/i2c/chips/Kconfig | 8 ++++---- > 1 files changed, 4 insertions(+), 4 deletions(-) > > diff --git a/drivers/i2c/chips/Kconfig b/drivers/i2c/chips/Kconfig > index f3ea82d..cba8abf 100644 > --- a/drivers/i2c/chips/Kconfig > +++ b/drivers/i2c/chips/Kconfig > @@ -160,10 +160,6 @@ choice > TWL4030 USB transceiver can operate in various > mutually-exclusive modes. Select one of them. > > -config TWL4030_PWRBUTTON > - bool "TWL4030 Power button Driver" > - depends on TWL4030_CORE > - > config TWL4030_USB_HS_ULPI > depends on TWL4030_USB > bool "High-speed ULPI" > @@ -173,6 +169,10 @@ config TWL4030_USB_HS_ULPI > > endchoice > > +config TWL4030_PWRBUTTON > + bool "TWL4030 Power button Driver" > + depends on TWL4030_CORE > + > config TWL4030_POWEROFF > bool "TWL4030 device poweroff" > depends on TWL4030_CORE > -- > 1.5.5.67.g9a49 > > -- > To unsubscribe from this list: send the line "unsubscribe linux-omap" in > the body of a message to majordomo@vger.kernel.org > More majordomo info at http://vger.kernel.org/majordomo-info.html