From patchwork Wed Nov 25 08:56:48 2009 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Olof Johansson X-Patchwork-Id: 62727 X-Patchwork-Delegate: tony@atomide.com Received: from vger.kernel.org (vger.kernel.org [209.132.176.167]) by demeter.kernel.org (8.14.2/8.14.2) with ESMTP id nAP8tt7r019885 for ; Wed, 25 Nov 2009 08:55:55 GMT Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S934443AbZKYIzo (ORCPT ); Wed, 25 Nov 2009 03:55:44 -0500 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S934379AbZKYIzo (ORCPT ); Wed, 25 Nov 2009 03:55:44 -0500 Received: from lixom.net ([66.141.50.11]:43693 "EHLO mail.lixom.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S934054AbZKYIzn (ORCPT ); Wed, 25 Nov 2009 03:55:43 -0500 Received: by mail.lixom.net (Postfix, from userid 999) id 04DD9B7791; Wed, 25 Nov 2009 02:56:49 -0600 (CST) Date: Wed, 25 Nov 2009 02:56:48 -0600 From: Olof Johansson To: Anand Gadiyar Cc: linux-usb@vger.kernel.org, linux-omap@vger.kernel.org, Vikram Pandita , Ajay Kumar Gupta , tony@atomide.com Subject: Re: [PATCH 2/2] usb: ehci: Allow EHCI to be built on OMAP3 Message-ID: <20091125085648.GA30331@lixom.net> References: <1257536793-15291-1-git-send-email-gadiyar@ti.com> MIME-Version: 1.0 Content-Disposition: inline In-Reply-To: <1257536793-15291-1-git-send-email-gadiyar@ti.com> User-Agent: Mutt/1.5.18 (2008-05-17) Sender: linux-omap-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-omap@vger.kernel.org diff --git a/arch/arm/mach-omap2/Kconfig b/arch/arm/mach-omap2/Kconfig index 034d990..a913b05 100644 --- a/arch/arm/mach-omap2/Kconfig +++ b/arch/arm/mach-omap2/Kconfig @@ -18,6 +18,7 @@ config ARCH_OMAP2430 config ARCH_OMAP34XX bool "OMAP34xx Based System" depends on ARCH_OMAP3 + select USB_ARCH_HAS_EHCI config ARCH_OMAP3430 bool "OMAP3430 support"