From mboxrd@z Thu Jan 1 00:00:00 1970 From: Anderson Briglia Subject: Re: [PATCH] OMAP: Add OMAP_GPIO_SWITCH dependency for TUSB6010 on N800 Date: Mon, 22 Oct 2007 12:07:10 -0400 Message-ID: <471CCAAE.6040205@indt.org.br> References: <47153419.2030609@indt.org.br> <20071022000622.GD6984@atomide.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: <20071022000622.GD6984@atomide.com> 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: ext Tony Lindgren Cc: "Linux-omap-open-source@linux.omap.com" List-Id: linux-omap@vger.kernel.org ext Tony Lindgren wrote: > 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. Yes, you're right. I'm re-sending with another comment. > > Tony >