From patchwork Fri Feb 25 07:38:47 2011 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Yoshihiro Shimoda X-Patchwork-Id: 589431 Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by demeter1.kernel.org (8.14.4/8.14.3) with ESMTP id p1P7co2t005703 for ; Fri, 25 Feb 2011 07:38:50 GMT Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1756129Ab1BYHiu (ORCPT ); Fri, 25 Feb 2011 02:38:50 -0500 Received: from relmlor4.renesas.com ([210.160.252.174]:65010 "EHLO relmlor4.renesas.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1755404Ab1BYHit (ORCPT ); Fri, 25 Feb 2011 02:38:49 -0500 Received: from relmlir2.idc.renesas.com ([10.200.68.152]) by relmlor4.idc.renesas.com ( SJSMS) with ESMTP id <0LH500INRX8NW380@relmlor4.idc.renesas.com> for linux-sh@vger.kernel.org; Fri, 25 Feb 2011 16:38:47 +0900 (JST) Received: from relmlac1.idc.renesas.com ([10.200.69.21]) by relmlir2.idc.renesas.com ( SJSMS) with ESMTP id <0LH5009X9X8NUOB0@relmlir2.idc.renesas.com> for linux-sh@vger.kernel.org; Fri, 25 Feb 2011 16:38:47 +0900 (JST) Received: by relmlac1.idc.renesas.com (Postfix, from userid 0) id 9628D80030; Fri, 25 Feb 2011 16:38:47 +0900 (JST) Received: from relmlac1.idc.renesas.com (localhost [127.0.0.1]) by relmlac1.idc.renesas.com (Postfix) with ESMTP id 81754800A2; Fri, 25 Feb 2011 16:38:47 +0900 (JST) Received: from relmlii1.idc.renesas.com [10.200.68.65] by relmlac1.idc.renesas.com with ESMTP id SAB18401; Fri, 25 Feb 2011 16:38:47 +0900 X-IronPort-AV: E=Sophos; i="4.62,223,1297004400"; d="scan'208"; a="13450292" Received: from unknown (HELO [172.30.8.157]) ([172.30.8.157]) by relmlii1.idc.renesas.com with ESMTP; Fri, 25 Feb 2011 16:38:47 +0900 Message-id: <4D675C87.9050204@renesas.com> Date: Fri, 25 Feb 2011 16:38:47 +0900 From: Yoshihiro Shimoda User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; ja; rv:1.9.2.13) Gecko/20101207 Thunderbird/3.1.7 MIME-version: 1.0 To: Paul Mundt Cc: SH-Linux Subject: [PATCH 1/7] sh: add USB_ARCH_HAS_EHCI and OHCI for SH7757 Content-type: text/plain; charset=ISO-8859-1 Content-transfer-encoding: 7bit Sender: linux-sh-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-sh@vger.kernel.org X-Greylist: IP, sender and recipient auto-whitelisted, not delayed by milter-greylist-4.2.6 (demeter1.kernel.org [140.211.167.41]); Fri, 25 Feb 2011 07:38:51 +0000 (UTC) diff --git a/arch/sh/Kconfig b/arch/sh/Kconfig index 8a9011d..ca649d3 100644 --- a/arch/sh/Kconfig +++ b/arch/sh/Kconfig @@ -434,6 +434,8 @@ config CPU_SUBTYPE_SH7757 select CPU_SH4A select CPU_SHX2 select ARCH_WANT_OPTIONAL_GPIOLIB + select USB_ARCH_HAS_OHCI + select USB_ARCH_HAS_EHCI help Select SH7757 if you have a SH4A SH7757 CPU.