From patchwork Tue Apr 9 22:59:12 2013 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Sergei Shtylyov X-Patchwork-Id: 2418281 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 88C2DDF25A for ; Tue, 9 Apr 2013 23:00:17 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752726Ab3DIXAQ (ORCPT ); Tue, 9 Apr 2013 19:00:16 -0400 Received: from mail-la0-f45.google.com ([209.85.215.45]:60495 "EHLO mail-la0-f45.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751767Ab3DIXAP (ORCPT ); Tue, 9 Apr 2013 19:00:15 -0400 Received: by mail-la0-f45.google.com with SMTP id gw10so955606lab.18 for ; Tue, 09 Apr 2013 16:00:14 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=20120113; h=x-received:from:organization:to:subject:date:user-agent:cc :references:in-reply-to:mime-version:content-type :content-transfer-encoding:message-id:x-gm-message-state; bh=L9UvNSlvusb3T2mPxBrRETDuzRQ5dRmaZw6rS9OIFFk=; b=pqmNoMWSqJ2jIetO+rM3MP2blfkyYyAFW4WUco5VWEVq+XBt8JIwkaJicK4ZpjEGTX o5/z4PTUcLewGL1YSqEs8lYV3ZrgZYfmtD0oyz+ImKbBwt+rPRvwjdD1awQeYnjalnm4 bzI72dpqZvV2YfdlD3PcHS1F0Tk1gb5zwIB1cAVMW/v1rY5fKSA+NUgfooNCbC4wz9ti qSrO9WQxsWXsQCFnPBYxx/YMrIfVVaZtdrp7BnnE1ZLVIoP9UDYABGCvAAoYE5hHwSoE f08T25a05H30K+LKv02SjDw3zIR1gBNKfQE6kcPL0XzQFUgO5On0HybzId1IRZOmDYyG 885Q== X-Received: by 10.112.104.103 with SMTP id gd7mr20865lbb.54.1365548413823; Tue, 09 Apr 2013 16:00:13 -0700 (PDT) Received: from wasted.dev.rtsoft.ru (ppp91-79-87-206.pppoe.mtu-net.ru. [91.79.87.206]) by mx.google.com with ESMTPS id t6sm5499081lae.3.2013.04.09.16.00.12 (version=TLSv1 cipher=RC4-SHA bits=128/128); Tue, 09 Apr 2013 16:00:12 -0700 (PDT) From: Sergei Shtylyov Organization: Cogent Embedded To: linux@arm.linux.org.uk, linux-arm-kernel@lists.infradead.org Subject: [PATCH 4/4] ARM: shmobile: BOCK-W: enable USB in defconfig Date: Wed, 10 Apr 2013 02:59:12 +0400 User-Agent: KMail/1.13.5 (Linux/2.6.32.26-175.fc12.i686.PAE; KDE/4.4.5; i686; ; ) Cc: linux-sh@vger.kernel.org, linux-usb@vger.kernel.org References: <201304100247.22615.sergei.shtylyov@cogentembedded.com> In-Reply-To: <201304100247.22615.sergei.shtylyov@cogentembedded.com> MIME-Version: 1.0 Message-Id: <201304100259.13346.sergei.shtylyov@cogentembedded.com> X-Gm-Message-State: ALoCoQkoyeJYT18OoOtM5Q5N4UlbTIgK1Eb73y2qtis1NktHo5aYkV/P0ncq1Frj4kp87dYxxdBb 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