From mboxrd@z Thu Jan 1 00:00:00 1970 From: florian@openwrt.org (Florian Fainelli) Date: Tue, 15 Jan 2013 11:23:27 +0100 Subject: [PATCH 1/6] arm: mvebu: Add support for USB host controllers in Armada 370/XP In-Reply-To: <1358243670-11935-1-git-send-email-ezequiel.garcia@free-electrons.com> References: <1358243670-11935-1-git-send-email-ezequiel.garcia@free-electrons.com> Message-ID: <50F52E1F.8010702@openwrt.org> To: linux-arm-kernel@lists.infradead.org List-Id: linux-arm-kernel.lists.infradead.org Hello Ezequiel, Le 01/15/13 10:54, Ezequiel Garcia a ?crit : > diff --git a/arch/arm/mach-mvebu/Kconfig b/arch/arm/mach-mvebu/Kconfig > index 440b13e..5e4fcde 100644 > --- a/arch/arm/mach-mvebu/Kconfig > +++ b/arch/arm/mach-mvebu/Kconfig > @@ -24,6 +24,7 @@ config MACH_ARMADA_370_XP > select HAVE_SMP > select CACHE_L2X0 > select CPU_PJ4B > + select USB_ARCH_HAS_EHCI if USB_SUPPORT I do not think this is actually required because ARCH_MVEBU selects PLAT_ORION and in drivers/usb/host/Kconfig, USB_ARCH_HAS_EHCI is default y if PLAT_ORION. Having USB_ARCH_HAS_EHCI without USB_SUPPORT enabled is pretty harmless. -- Florian From mboxrd@z Thu Jan 1 00:00:00 1970 From: Florian Fainelli Subject: Re: [PATCH 1/6] arm: mvebu: Add support for USB host controllers in Armada 370/XP Date: Tue, 15 Jan 2013 11:23:27 +0100 Message-ID: <50F52E1F.8010702@openwrt.org> References: <1358243670-11935-1-git-send-email-ezequiel.garcia@free-electrons.com> Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: QUOTED-PRINTABLE Return-path: In-Reply-To: <1358243670-11935-1-git-send-email-ezequiel.garcia-wi1+55ScJUtKEb57/3fJTNBPR1lH4CV8@public.gmane.org> Sender: linux-usb-owner-u79uwXL29TY76Z2rM5mHXA@public.gmane.org To: Ezequiel Garcia Cc: linux-arm-kernel-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r@public.gmane.org, linux-usb-u79uwXL29TY76Z2rM5mHXA@public.gmane.org, devicetree-discuss-uLR06cmDAlY/bJ5BZ2RsiQ@public.gmane.org, Lior Amsalem , Andrew Lunn , Yehuda Yitschak , Jason Cooper , Arnd Bergmann , Michael Opdenacker , Thomas Petazzoni , Gregory CLEMENT List-Id: devicetree@vger.kernel.org Hello Ezequiel, Le 01/15/13 10:54, Ezequiel Garcia a =C3=A9crit : > diff --git a/arch/arm/mach-mvebu/Kconfig b/arch/arm/mach-mvebu/Kconfi= g > index 440b13e..5e4fcde 100644 > --- a/arch/arm/mach-mvebu/Kconfig > +++ b/arch/arm/mach-mvebu/Kconfig > @@ -24,6 +24,7 @@ config MACH_ARMADA_370_XP > select HAVE_SMP > select CACHE_L2X0 > select CPU_PJ4B > + select USB_ARCH_HAS_EHCI if USB_SUPPORT I do not think this is actually required because ARCH_MVEBU selects=20 PLAT_ORION and in drivers/usb/host/Kconfig, USB_ARCH_HAS_EHCI is defaul= t=20 y if PLAT_ORION. Having USB_ARCH_HAS_EHCI without USB_SUPPORT enabled i= s=20 pretty harmless. -- =46lorian -- 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