From mboxrd@z Thu Jan 1 00:00:00 1970 From: "Gadiyar, Anand" Subject: RE: [RFC] [PATCH 6/7] usb: ehci: Introduce CONFIG_USB_EHCI_HCD_OMAP3 Date: Fri, 20 Aug 2010 11:29:16 +0530 Message-ID: <5A47E75E594F054BAF48C5E4FC4B92AB0324222B65@dbde02.ent.ti.com> References: <1282175377-2784-1-git-send-email-keshava_mgowda@ti.com> <1282175377-2784-2-git-send-email-keshava_mgowda@ti.com> <1282175377-2784-3-git-send-email-keshava_mgowda@ti.com> <1282175377-2784-4-git-send-email-keshava_mgowda@ti.com> <1282175377-2784-5-git-send-email-keshava_mgowda@ti.com> <1282175377-2784-6-git-send-email-keshava_mgowda@ti.com> <1282175377-2784-7-git-send-email-keshava_mgowda@ti.com> <20100820054507.GE15196@nokia.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 8BIT Return-path: In-Reply-To: <20100820054507.GE15196-xNZwKgViW5gAvxtiuMwx3w@public.gmane.org> Content-Language: en-US Sender: linux-usb-owner-u79uwXL29TY76Z2rM5mHXA@public.gmane.org To: "felipe.balbi-xNZwKgViW5gAvxtiuMwx3w@public.gmane.org" , "Munegowda, Keshava" Cc: "linux-usb-u79uwXL29TY76Z2rM5mHXA@public.gmane.org" , "linux-omap-u79uwXL29TY76Z2rM5mHXA@public.gmane.org" List-Id: linux-omap@vger.kernel.org Felipe Balbi wrote: > On Thu, Aug 19, 2010 at 01:49:36AM +0200, ext Keshava Munegowda wrote: > >@@ -126,6 +126,14 @@ config USB_EHCI_MXC > > ---help--- > > Variation of ARC USB block used in some Freescale chips. > > > >+config USB_EHCI_HCD_OMAP3 > >+ bool "EHCI support for OMAP3 and later chips" > >+ depends on USB_EHCI_HCD && (ARCH_OMAP3 || ARCH_OMAP4) > > this line doesn't scale. When we have another omap release this will > become e.g. ARCH_OMAP3 || ARCH_OMAP4 || ARCH_OMAP5 || ARCH_OMAP6 etc > etc, so instead of depending on ARCH_OMAPX, depend only on ARCH_OMAP and > make the architecture select the USB_ARCH_HAS_EHCI like this: ARCH_OMAP includes OMAP1/2, and these chips do not have any EHCI controllers. Is this okay? - Anand -- To unsubscribe from this list: send the line "unsubscribe linux-usb" in the body of a message to majordomo-u79uwXL29TY76Z2rM5mHXA@public.gmane.org More majordomo info at http://vger.kernel.org/majordomo-info.html