From patchwork Wed Apr 17 18:47:27 2013 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Sergei Shtylyov X-Patchwork-Id: 2455851 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 5CC51DF23A for ; Wed, 17 Apr 2013 18:48:19 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S966678Ab3DQSsS (ORCPT ); Wed, 17 Apr 2013 14:48:18 -0400 Received: from mail-lb0-f171.google.com ([209.85.217.171]:47384 "EHLO mail-lb0-f171.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S966676Ab3DQSsS (ORCPT ); Wed, 17 Apr 2013 14:48:18 -0400 Received: by mail-lb0-f171.google.com with SMTP id v10so1947903lbd.16 for ; Wed, 17 Apr 2013 11:48:16 -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=zA8wO/9W0NNYIzxM5h67mTDRjyK01T0pLgxhdfrUWwc=; b=esq8c1+jziK4pETctfl8MWYq0dn5O5UALVNaIX8eD0z/qXcW4IQe0r0qnrpi45S/bM 0IKjO8n9q2Wse3/62peHE0XA+ogTm/CtLUPhj8oeXSn/eIEzfmDRmWwWYzsZnT6Nbfhd LazWBue4H86p9SfQ8xEpgXi+2I3wcHtMFtWTs67h87DKt7Qbh71p5kRHvA1VBo5uvmf4 A1hvuYEkiNd0vQ4zq8i/kIHqDKdspOglaIynS5Vbu81hU537CP5gLJrccsnz7EtGhXD8 PdoGm+qMZu6wfyIl8dL99Rn5x4ovo4fVSReOlnBC/yb2+nFoFxxlLXZslxqe+Gc/+bj8 Carw== X-Received: by 10.152.3.105 with SMTP id b9mr4103686lab.25.1366224496381; Wed, 17 Apr 2013 11:48:16 -0700 (PDT) Received: from wasted.dev.rtsoft.ru (ppp91-79-88-26.pppoe.mtu-net.ru. [91.79.88.26]) by mx.google.com with ESMTPS id q4sm3058875lbi.14.2013.04.17.11.48.14 (version=TLSv1 cipher=RC4-SHA bits=128/128); Wed, 17 Apr 2013 11:48:15 -0700 (PDT) From: Sergei Shtylyov Organization: Cogent Embedded To: linux@arm.linux.org.uk, linux-arm-kernel@lists.infradead.org Subject: [PATCH 2/2] ARM: shmobile: BOCK-W: enable I2C in defconfig Date: Wed, 17 Apr 2013 22:47:27 +0400 User-Agent: KMail/1.13.5 (Linux/2.6.32.26-175.fc12.i686.PAE; KDE/4.4.5; i686; ; ) Cc: horms@verge.net.au, magnus.damm@gmail.com, linux-sh@vger.kernel.org References: <201304172242.27671.sergei.shtylyov@cogentembedded.com> In-Reply-To: <201304172242.27671.sergei.shtylyov@cogentembedded.com> MIME-Version: 1.0 Message-Id: <201304172247.28311.sergei.shtylyov@cogentembedded.com> X-Gm-Message-State: ALoCoQm2smaSgLdElsYN1U+CNIk9ycP+eaWDuvZ0l6nHOwxidBso7uxhqNs1+QmpV6CMSvRbKa4x Sender: linux-sh-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-sh@vger.kernel.org From: Vladimir Barinov Enable I2C driver in 'bockw_defconfig'. Signed-off-by: Vladimir Barinov Signed-off-by: Sergei Shtylyov --- arch/arm/configs/bockw_defconfig | 2 ++ 1 file changed, 2 insertions(+) -- 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 @@ -73,6 +73,8 @@ 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_I2C=y +CONFIG_I2C_RCAR=y CONFIG_USB=y CONFIG_USB_ANNOUNCE_NEW_DEVICES=y CONFIG_USB_EHCI_HCD=y