From patchwork Mon Apr 12 04:31:59 2010 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Viral Mehta X-Patchwork-Id: 91946 X-Patchwork-Delegate: tony@atomide.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 o3C4Vuvw023913 for ; Mon, 12 Apr 2010 04:31:57 GMT Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751133Ab0DLEbw (ORCPT ); Mon, 12 Apr 2010 00:31:52 -0400 Received: from mail96.messagelabs.com ([216.82.254.19]:17874 "EHLO mail96.messagelabs.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751099Ab0DLEbu convert rfc822-to-8bit (ORCPT ); Mon, 12 Apr 2010 00:31:50 -0400 X-VirusChecked: Checked X-Env-Sender: Viral.Mehta@lntinfotech.com X-Msg-Ref: server-3.tower-96.messagelabs.com!1271046706!35314345!1 X-StarScan-Version: 6.2.4; banners=lntinfotech.com,-,- X-Originating-IP: [203.199.118.205] Received: (qmail 1198 invoked from network); 12 Apr 2010 04:31:48 -0000 Received: from unknown (HELO VSHINMSHTCAS01.vshodc.lntinfotech.com) (203.199.118.205) by server-3.tower-96.messagelabs.com with AES128-SHA encrypted SMTP; 12 Apr 2010 04:31:48 -0000 Received: from localhost.localdomain (172.17.109.9) by VSHINMSHTCAS01.vshodc.lntinfotech.com (172.17.24.112) with Microsoft SMTP Server id 8.2.176.0; Mon, 12 Apr 2010 10:01:45 +0530 From: To: linux-omap@vger.kernel.org CC: linux-usb@vger.kernel.org, Viral Mehta Subject: [PATCH] select ARCH_OMAP_OTG for OMAP2430 SDP Date: Mon, 12 Apr 2010 10:01:59 +0530 Message-ID: <1271046719-10506-1-git-send-email-viral.mehta@lntinfotech.com> X-Mailer: git-send-email 1.6.6 MIME-Version: 1.0 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]); Mon, 12 Apr 2010 04:31:57 +0000 (UTC) diff --git a/arch/arm/mach-omap2/Kconfig b/arch/arm/mach-omap2/Kconfig index a8a3d1e..8f9d9c9 100644 --- a/arch/arm/mach-omap2/Kconfig +++ b/arch/arm/mach-omap2/Kconfig @@ -10,6 +10,7 @@ config ARCH_OMAP2420 config ARCH_OMAP2430 bool "OMAP2430 support" depends on ARCH_OMAP2 + select ARCH_OMAP_OTG config ARCH_OMAP3430 bool "OMAP3430 support"