From mboxrd@z Thu Jan 1 00:00:00 1970 From: Arnd Bergmann Subject: Re: [PATCH 00/10] usb: phy: cleanups to Kconfig and directories Date: Fri, 8 Mar 2013 23:56:34 +0000 Message-ID: <201303082356.35033.arnd@arndb.de> References: <1362648969-13737-1-git-send-email-balbi@ti.com> <201303082308.31499.arnd@arndb.de> <513A72E8.2070707@wwwdotorg.org> Mime-Version: 1.0 Content-Type: Text/Plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: <513A72E8.2070707-3lzwWm7+Weoh9ZMKESR00Q@public.gmane.org> Sender: linux-tegra-owner-u79uwXL29TY76Z2rM5mHXA@public.gmane.org To: Stephen Warren Cc: balbi-l0cyMroinI0@public.gmane.org, Linux USB Mailing List , Greg KH , cbou-JGs/UdohzUI@public.gmane.org, dwmw2-wEGCiKHe2LqWVfeAwA7xHQ@public.gmane.org, stern-nwvwT67g6+6dFdvTe/nMLpVzexx5G7lz@public.gmane.org, linux-tegra-u79uwXL29TY76Z2rM5mHXA@public.gmane.org, linux-omap-u79uwXL29TY76Z2rM5mHXA@public.gmane.org List-Id: linux-omap@vger.kernel.org On Friday 08 March 2013, Stephen Warren wrote: > > config USB_ULPI_VIEWPORT > > def_bool y > > depends on USB_EHCI_TEGRA > > > > If USB_ULPI_VIEWPORT has any other dependencies, the best solution > > in the above scenario is to make USB_EHCI_TEGRA depend on those. > > USB_ULPI_VIEWPORT is, AFAIK, a generic piece of infra-structure that > USB_EHCI_TEGRA depends upon. Sorry, I was probably confusing the symbol names. I meant whatever you were going to "select" from USB_EHCI_TEGRA. Arnd