From mboxrd@z Thu Jan 1 00:00:00 1970 From: Arnd Bergmann Subject: Re: [PATCH 6/8] ARM: tegra: USB_ULPI needs USB Date: Thu, 1 Mar 2012 20:42:51 +0000 Message-ID: <201203012042.51936.arnd@arndb.de> References: <1330630010-11241-1-git-send-email-alan@signal11.us> <201203012025.53560.arnd@arndb.de> <74CDBE0F657A3D45AFBB94109FB122FF17BE861741@HQMAIL01.nvidia.com> Mime-Version: 1.0 Content-Type: Text/Plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: <74CDBE0F657A3D45AFBB94109FB122FF17BE861741-C7FfzLzN0UxDw2glCA4ptUEOCMrvLtNR@public.gmane.org> Sender: linux-tegra-owner-u79uwXL29TY76Z2rM5mHXA@public.gmane.org To: Stephen Warren Cc: Alan Ott , Russell King , Colin Cross , Olof Johansson , Grant Likely , Linus Walleij , Alan Stern , Greg Kroah-Hartman , Lucas De Marchi , "linux-arm-kernel-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r@public.gmane.org" , "linux-kernel-u79uwXL29TY76Z2rM5mHXA@public.gmane.org" , "linux-tegra-u79uwXL29TY76Z2rM5mHXA@public.gmane.org" , "linux-usb-u79uwXL29TY76Z2rM5mHXA@public.gmane.org" List-Id: linux-tegra@vger.kernel.org On Thursday 01 March 2012, Stephen Warren wrote: > > Or maybe just don't select > > USB_ULPI to start with and put it into the defconfig instead. > > Perhaps USB_EHCI_TEGRA should depend on USB, and select USB_EHCI? I think it should, but that is a different issue. All EHCI bus glues currently depend on USB_EHCI_HCD instead of selecting it. Changing that would likely break a number of other things that have come to depend on the current behavior. Arnd