From mboxrd@z Thu Jan 1 00:00:00 1970 From: Tony Lindgren Subject: Re: [PATCH] OMAP: Add OMAP_GPIO_SWITCH dependency for TUSB6010 on N800 Date: Sun, 21 Oct 2007 17:06:22 -0700 Message-ID: <20071022000622.GD6984@atomide.com> References: <47153419.2030609@indt.org.br> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Content-Disposition: inline In-Reply-To: <47153419.2030609@indt.org.br> List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: linux-omap-open-source-bounces@linux.omap.com Errors-To: linux-omap-open-source-bounces@linux.omap.com To: Anderson Briglia Cc: "Linux-omap-open-source@linux.omap.com" List-Id: linux-omap@vger.kernel.org Hi, * Anderson Briglia [071016 15:00]: > GPIO switch is needed for TUSB6010 code. It must be > selected when TUSB6010 is marked on N800 device. > > Signed-off-by: Anderson Briglia > --- > arch/arm/mach-omap2/Kconfig | 1 + > 1 files changed, 1 insertions(+), 0 deletions(-) > > diff --git a/arch/arm/mach-omap2/Kconfig b/arch/arm/mach-omap2/Kconfig > index 51fc13a..9323bd0 100644 > --- a/arch/arm/mach-omap2/Kconfig > +++ b/arch/arm/mach-omap2/Kconfig > @@ -37,6 +37,7 @@ config MACH_NOKIA_N800 > select CBUS if VIDEO_TCM825X > select CBUS_RETU if VIDEO_TCM825X > select MENELAUS if VIDEO_TCM825X > + select OMAP_GPIO_SWITCH > > config MACH_OMAP2_TUSB6010 > bool At least the comment is wrong, can you please check? There's not gpio_switch dependency in tusb6010 code AFAIK. Tony