From patchwork Mon Jun 30 13:28:09 2014 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Silvio Fricke X-Patchwork-Id: 365627 Return-Path: X-Original-To: incoming-imx@patchwork.ozlabs.org Delivered-To: patchwork-incoming-imx@bilbo.ozlabs.org Received: from bombadil.infradead.org (bombadil.infradead.org [IPv6:2001:1868:205::9]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by ozlabs.org (Postfix) with ESMTPS id 35C53140081 for ; Mon, 30 Jun 2014 23:33:12 +1000 (EST) Received: from localhost ([127.0.0.1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.80.1 #2 (Red Hat Linux)) id 1X1bfZ-0004VC-7S; Mon, 30 Jun 2014 13:30:53 +0000 Received: from mail.data-modul.de ([212.184.205.171] helo=mailgw1.data-modul.com) by bombadil.infradead.org with smtp (Exim 4.80.1 #2 (Red Hat Linux)) id 1X1bdm-0001u6-Er for linux-arm-kernel@lists.infradead.org; Mon, 30 Jun 2014 13:29:03 +0000 Received: from (unknown [192.168.100.11]) by mailgw1.data-modul.com with smtp id 0fe6_68f4_63b1af8c_005a_11e4_9239_001e67036358; Mon, 30 Jun 2014 15:28:14 +0200 Received: from [192.168.100.129] (helo=sfrdevelbox.emb.data-modul.com) by demuc-sgit001.data-modul.com with esmtp (Exim 4.80) (envelope-from ) id 1X1bd0-00083k-Bs; Mon, 30 Jun 2014 15:28:14 +0200 Received: from sfr by sfrdevelbox.emb.data-modul.com with local (Exim 4.82_1-5b7a7c0-XX) (envelope-from ) id 1X1bd0-0002VV-9M; Mon, 30 Jun 2014 15:28:14 +0200 From: Silvio Fricke To: Shawn Guo , Sascha Hauer , linux-arm-kernel@lists.infradead.org Subject: [PATCH 5/5] ARM: imx_v6_v7_defconfig: Enable flexcan driver for can support Date: Mon, 30 Jun 2014 15:28:09 +0200 Message-Id: <9816fbb23593185b711c1fe32836ec5b763b688d.1404132504.git.silvio.fricke@gmail.com> X-Mailer: git-send-email 2.0.0 In-Reply-To: References: In-Reply-To: References: X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20140630_062903_524949_7768149B X-CRM114-Status: UNSURE ( 6.10 ) X-CRM114-Notice: Please train this message. X-Spam-Score: 1.2 (+) X-Spam-Report: SpamAssassin version 3.4.0 on bombadil.infradead.org summary: Content analysis details: (1.2 points) pts rule name description ---- ---------------------- -------------------------------------------------- 0.0 DKIM_ADSP_CUSTOM_MED No valid author signature, adsp_override is CUSTOM_MED 0.0 HEADER_FROM_DIFFERENT_DOMAINS From and EnvelopeFrom 2nd level mail domains are different 0.0 FREEMAIL_FROM Sender email is commonly abused enduser mail provider (silvio.fricke[at]gmail.com) 0.0 FREEMAIL_FORGED_FROMDOMAIN 2nd level domains in From and EnvelopeFrom freemail headers are different 1.2 NML_ADSP_CUSTOM_MED ADSP custom_med hit, and not from a mailing list Cc: Silvio Fricke X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , MIME-Version: 1.0 Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+incoming-imx=patchwork.ozlabs.org@lists.infradead.org List-Id: linux-imx-kernel.lists.patchwork.ozlabs.org Signed-off-by: Silvio Fricke --- arch/arm/configs/imx_v6_v7_defconfig | 2 ++ 1 file changed, 2 insertions(+) diff --git a/arch/arm/configs/imx_v6_v7_defconfig b/arch/arm/configs/imx_v6_v7_defconfig index c331de8..88877226 100644 --- a/arch/arm/configs/imx_v6_v7_defconfig +++ b/arch/arm/configs/imx_v6_v7_defconfig @@ -69,6 +69,8 @@ CONFIG_IP_PNP_DHCP=y # CONFIG_INET_LRO is not set CONFIG_IPV6=y CONFIG_NETFILTER=y +CONFIG_CAN=m +CONFIG_CAN_FLEXCAN=m CONFIG_CFG80211=y CONFIG_MAC80211=y CONFIG_RFKILL=y