From patchwork Tue Apr 16 21:35:09 2013 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Sergei Shtylyov X-Patchwork-Id: 2451121 Return-Path: X-Original-To: patchwork-linux-sh@patchwork.kernel.org Delivered-To: patchwork-process-083081@patchwork2.kernel.org Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by patchwork2.kernel.org (Postfix) with ESMTP id ED596DF230 for ; Tue, 16 Apr 2013 21:36:03 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S965431Ab3DPVgD (ORCPT ); Tue, 16 Apr 2013 17:36:03 -0400 Received: from mail-lb0-f174.google.com ([209.85.217.174]:35915 "EHLO mail-lb0-f174.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S965262Ab3DPVgB (ORCPT ); Tue, 16 Apr 2013 17:36:01 -0400 Received: by mail-lb0-f174.google.com with SMTP id s10so1007016lbi.33 for ; Tue, 16 Apr 2013 14:36:00 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=20120113; h=x-received:to:subject:cc:from:organization:date:mime-version :content-type:content-transfer-encoding:message-id :x-gm-message-state; bh=L9UvNSlvusb3T2mPxBrRETDuzRQ5dRmaZw6rS9OIFFk=; b=MD+tc/H/Jkex62EqJnrMPok/QloeR4tY0yCxHsnBOuQFMtRMVV+Kmyetp7UNSkS99D yj9ZePT6VG3EJPLDVvsAojpwJKthDL3Hk3MFmfUMLC6uy3IelQpIX27ovbdDeEggR9+Z aameY8wGdMnghNpmEmJrhxuz5I5LNy9VsXO4apfTd+Bdt7ZCF+WI6BOMM0eoGYdtlod7 7vrSGQKv5sIrpWNq8X6lXIj6HLhXV92pQkY9AKsXuEM9X3zGIG0BF02PfROPzsDHB33j YxaY+oA2Zf+lc/CWsAwcmCKntxj7QJyvl+VsGNGgPh5Zmm05k3u5ss+LvW3CkYxDOBcY cw0g== X-Received: by 10.112.199.6 with SMTP id jg6mr2193679lbc.123.1366148160404; Tue, 16 Apr 2013 14:36:00 -0700 (PDT) Received: from wasted.dev.rtsoft.ru (ppp91-79-82-36.pppoe.mtu-net.ru. [91.79.82.36]) by mx.google.com with ESMTPS id a9sm1511316laf.2.2013.04.16.14.35.58 (version=TLSv1 cipher=RC4-SHA bits=128/128); Tue, 16 Apr 2013 14:35:59 -0700 (PDT) To: linux@arm.linux.org.uk, linux-arm-kernel@lists.infradead.org Subject: [PATCH v3 4/4] ARM: shmobile: BOCK-W: enable USB in defconfig Cc: linux-sh@vger.kernel.org, linux-usb@vger.kernel.org From: Sergei Shtylyov Organization: Cogent Embedded Date: Wed, 17 Apr 2013 01:35:09 +0400 MIME-Version: 1.0 Message-Id: <201304170135.10251.sergei.shtylyov@cogentembedded.com> X-Gm-Message-State: ALoCoQn5PBTLJV+HGn946lu8P7dEFgXTKwtB9SvBS5dyo1JNxTEKW4CpM0NrwNAFGBt66H84c2VY Sender: linux-sh-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-sh@vger.kernel.org Enable USB platform EHCI/OHCI and common PHY drivers in 'bockw_defconfig'. Enable USB storage driver and SCSI disk driver that it needs as well... Signed-off-by: Sergei Shtylyov --- arch/arm/configs/bockw_defconfig | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) -- To unsubscribe from this list: send the line "unsubscribe linux-sh" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Index: renesas/arch/arm/configs/bockw_defconfig =================================================================== --- renesas.orig/arch/arm/configs/bockw_defconfig +++ renesas/arch/arm/configs/bockw_defconfig @@ -48,6 +48,8 @@ CONFIG_DEVTMPFS_MOUNT=y # CONFIG_STANDALONE is not set # CONFIG_PREVENT_FIRMWARE_BUILD is not set # CONFIG_FW_LOADER is not set +CONFIG_SCSI=y +CONFIG_BLK_DEV_SD=y CONFIG_NETDEVICES=y # CONFIG_NET_CADENCE is not set # CONFIG_NET_VENDOR_BROADCOM is not set @@ -71,7 +73,14 @@ CONFIG_SERIAL_SH_SCI_NR_UARTS=6 CONFIG_SERIAL_SH_SCI_CONSOLE=y # CONFIG_HW_RANDOM is not set # CONFIG_HWMON is not set -# CONFIG_USB_SUPPORT is not set +CONFIG_USB=y +CONFIG_USB_ANNOUNCE_NEW_DEVICES=y +CONFIG_USB_EHCI_HCD=y +CONFIG_USB_OHCI_HCD=y +CONFIG_USB_OHCI_HCD_PLATFORM=y +CONFIG_USB_EHCI_HCD_PLATFORM=y +CONFIG_USB_STORAGE=y +CONFIG_USB_RCAR_PHY=y CONFIG_UIO=y CONFIG_UIO_PDRV_GENIRQ=y # CONFIG_IOMMU_SUPPORT is not set