From patchwork Thu Feb 25 06:35:58 2010 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Maulik Mankad X-Patchwork-Id: 81907 X-Patchwork-Delegate: me@felipebalbi.com Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by demeter.kernel.org (8.14.3/8.14.3) with ESMTP id o1P6aDf8009399 for ; Thu, 25 Feb 2010 06:36:13 GMT Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754941Ab0BYGgL (ORCPT ); Thu, 25 Feb 2010 01:36:11 -0500 Received: from arroyo.ext.ti.com ([192.94.94.40]:44010 "EHLO arroyo.ext.ti.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753712Ab0BYGgK (ORCPT ); Thu, 25 Feb 2010 01:36:10 -0500 Received: from dbdp31.itg.ti.com ([172.24.170.98]) by arroyo.ext.ti.com (8.13.7/8.13.7) with ESMTP id o1P6Zx21018614 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Thu, 25 Feb 2010 00:36:01 -0600 Received: from linfarm476.india.ti.com (localhost [127.0.0.1]) by dbdp31.itg.ti.com (8.13.8/8.13.8) with ESMTP id o1P6ZwFp013191; Thu, 25 Feb 2010 12:05:58 +0530 (IST) Received: from linfarm476.india.ti.com (localhost [127.0.0.1]) by linfarm476.india.ti.com (8.12.11/8.12.11) with ESMTP id o1P6ZwVE014510; Thu, 25 Feb 2010 12:05:58 +0530 Received: (from x0082077@localhost) by linfarm476.india.ti.com (8.12.11/8.12.11/Submit) id o1P6ZwxM014508; Thu, 25 Feb 2010 12:05:58 +0530 From: Maulik Mankad To: linux-usb@vger.kernel.org Cc: linux-omap@vger.kernel.org, Maulik Mankad , Felipe Balbi , Greg Kroah-Hartman , David Brownell Subject: [PATCH 2/4] USB: MUSB: Enable MUSB for OMAP4 in Kconfig Date: Thu, 25 Feb 2010 12:05:58 +0530 Message-Id: <1267079758-14480-1-git-send-email-x0082077@ti.com> X-Mailer: git-send-email 1.5.5 USB: MUSB: Enable MUSB for OMAP4 in Kconfig Sender: linux-omap-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-omap@vger.kernel.org X-Greylist: IP, sender and recipient auto-whitelisted, not delayed by milter-greylist-4.2.3 (demeter.kernel.org [140.211.167.41]); Thu, 25 Feb 2010 06:36:13 +0000 (UTC) Index: mainline/drivers/usb/musb/Kconfig =================================================================== --- mainline.orig/drivers/usb/musb/Kconfig +++ mainline/drivers/usb/musb/Kconfig @@ -38,6 +38,7 @@ config USB_MUSB_SOC default y if ARCH_DAVINCI default y if ARCH_OMAP2430 default y if ARCH_OMAP34XX + default y if ARCH_OMAP4 default y if (BF54x && !BF544) default y if (BF52x && !BF522 && !BF523) @@ -50,6 +51,9 @@ comment "OMAP 243x high speed USB suppor comment "OMAP 343x high speed USB support" depends on USB_MUSB_HDRC && ARCH_OMAP34XX +comment "OMAP 44xx high speed USB support" + depends on USB_MUSB_HDRC && ARCH_OMAP4 + comment "Blackfin high speed USB Support" depends on USB_MUSB_HDRC && ((BF54x && !BF544) || (BF52x && !BF522 && !BF523)) @@ -153,7 +157,7 @@ config MUSB_PIO_ONLY config USB_INVENTRA_DMA bool depends on USB_MUSB_HDRC && !MUSB_PIO_ONLY - default ARCH_OMAP2430 || ARCH_OMAP34XX || BLACKFIN + default ARCH_OMAP2430 || ARCH_OMAP34XX || BLACKFIN || ARCH_OMAP4 help Enable DMA transfers using Mentor's engine.