From patchwork Sun May 17 08:09:50 2015 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Krzysztof Kozlowski X-Patchwork-Id: 6422811 Return-Path: X-Original-To: patchwork-linux-samsung-soc@patchwork.kernel.org Delivered-To: patchwork-parsemail@patchwork1.web.kernel.org Received: from mail.kernel.org (mail.kernel.org [198.145.29.136]) by patchwork1.web.kernel.org (Postfix) with ESMTP id 292679F38D for ; Sun, 17 May 2015 08:14:55 +0000 (UTC) Received: from mail.kernel.org (localhost [127.0.0.1]) by mail.kernel.org (Postfix) with ESMTP id 4E65E204A0 for ; Sun, 17 May 2015 08:14:54 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id 64A7D204B0 for ; Sun, 17 May 2015 08:14:53 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752728AbbEQIMw (ORCPT ); Sun, 17 May 2015 04:12:52 -0400 Received: from mail-pa0-f42.google.com ([209.85.220.42]:34279 "EHLO mail-pa0-f42.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752498AbbEQILA (ORCPT ); Sun, 17 May 2015 04:11:00 -0400 Received: by pabru16 with SMTP id ru16so100421280pab.1; Sun, 17 May 2015 01:10:59 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=from:to:cc:subject:date:message-id:in-reply-to:references; bh=/IrVzMqbChMNga/6KTeDATnivu8MgRoLPFzy7PLU56s=; b=SFV5lsycgPjqdVNi3dR6tkg/w0UxhcMeGAC7riHQQ7uJ9ee3e5gcbwSk6Z7toG4FlJ r+VsZxiN6QT1lFCh1jRUA9AGaQLOAYnNHTWE1DlSNXu4UoxjGAbvE3+xcBBLuWNPiAak 5a225dYoYgicaeMNclp8+dDQP+GkRTWFeLgntAkWdWjYSr/RurwaYuIDMtvTNJRtx5Sp +sO8RGqb+XDqLh5o84yF5aWWNTsLyzNQsy3ZOxgSDGFoBtiak8PPvRpmkBBDk7Ho8mxk 5VDm8WQWAagJcKFMgVkwitqX3MC+wuuEj/A7qDu3uBsGeVtnn79GuvvgRjQ+m5+RqoLZ bEKQ== X-Received: by 10.66.121.227 with SMTP id ln3mr34421168pab.68.1431850259653; Sun, 17 May 2015 01:10:59 -0700 (PDT) Received: from localhost.localdomain ([125.130.175.123]) by mx.google.com with ESMTPSA id xz3sm6565641pbc.13.2015.05.17.01.10.56 (version=TLSv1.2 cipher=ECDHE-RSA-AES128-SHA bits=128/128); Sun, 17 May 2015 01:10:58 -0700 (PDT) From: Krzysztof Kozlowski To: Kukjin Kim , devicetree@vger.kernel.org, linux-arm-kernel@lists.infradead.org, linux-samsung-soc@vger.kernel.org, linux-kernel@vger.kernel.org Cc: Krzysztof Kozlowski Subject: [PATCH 4/4] ARM: multi_v7_defconfig: Enable OHCI on Exynos Date: Sun, 17 May 2015 17:09:50 +0900 Message-Id: <1431850195-9558-9-git-send-email-k.kozlowski.k@gmail.com> X-Mailer: git-send-email 2.1.4 In-Reply-To: <1431850195-9558-1-git-send-email-k.kozlowski.k@gmail.com> References: <1431850195-9558-1-git-send-email-k.kozlowski.k@gmail.com> Sender: linux-samsung-soc-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-samsung-soc@vger.kernel.org X-Spam-Status: No, score=-6.8 required=5.0 tests=BAYES_00, DKIM_ADSP_CUSTOM_MED, DKIM_SIGNED, FREEMAIL_FROM, RCVD_IN_DNSWL_HI, T_DKIM_INVALID, T_RP_MATCHES_RCVD, UNPARSEABLE_RELAY autolearn=ham version=3.3.1 X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on mail.kernel.org X-Virus-Scanned: ClamAV using ClamSMTP Enable the USB OHCI driver for Exynos SoCs: S5PV210, Exynos4 family, Exynos5250, Exynos5440 and Exynos542x/5800 family. Signed-off-by: Krzysztof Kozlowski --- arch/arm/configs/multi_v7_defconfig | 1 + 1 file changed, 1 insertion(+) diff --git a/arch/arm/configs/multi_v7_defconfig b/arch/arm/configs/multi_v7_defconfig index 6ee2c24dfbc7..b3573c01f34c 100644 --- a/arch/arm/configs/multi_v7_defconfig +++ b/arch/arm/configs/multi_v7_defconfig @@ -456,6 +456,7 @@ CONFIG_USB_ISP1760_HCD=y CONFIG_USB_OHCI_HCD=y CONFIG_USB_OHCI_HCD_STI=y CONFIG_USB_OHCI_HCD_PLATFORM=y +CONFIG_USB_OHCI_EXYNOS=y CONFIG_USB_R8A66597_HCD=m CONFIG_USB_RENESAS_USBHS=m CONFIG_USB_STORAGE=y