From patchwork Tue Oct 20 21:50:09 2015 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Franklin Cooper X-Patchwork-Id: 7451421 Return-Path: X-Original-To: patchwork-linux-arm@patchwork.kernel.org Delivered-To: patchwork-parsemail@patchwork2.web.kernel.org Received: from mail.kernel.org (mail.kernel.org [198.145.29.136]) by patchwork2.web.kernel.org (Postfix) with ESMTP id 8F144BEEA4 for ; Tue, 20 Oct 2015 21:52:45 +0000 (UTC) Received: from mail.kernel.org (localhost [127.0.0.1]) by mail.kernel.org (Postfix) with ESMTP id B71C320866 for ; Tue, 20 Oct 2015 21:52:44 +0000 (UTC) Received: from bombadil.infradead.org (bombadil.infradead.org [198.137.202.9]) (using TLSv1.2 with cipher AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPS id D1CA420869 for ; Tue, 20 Oct 2015 21:52:43 +0000 (UTC) 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 1ZoeoP-0002on-Bj; Tue, 20 Oct 2015 21:51:17 +0000 Received: from mail-pa0-f47.google.com ([209.85.220.47]) by bombadil.infradead.org with esmtps (Exim 4.80.1 #2 (Red Hat Linux)) id 1Zoenq-0002Y3-4S for linux-arm-kernel@lists.infradead.org; Tue, 20 Oct 2015 21:50:42 +0000 Received: by pasz6 with SMTP id z6so32733386pas.2 for ; Tue, 20 Oct 2015 14:50:21 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=from:to:cc:subject:date:message-id:in-reply-to:references; bh=FC1qi8nyTiX2eOtKElmQUR6dRXNz4Wvjwi+hDGZDHh8=; b=I1w6HNlrD5Y3efTSErJMXgl4sa3zcygdm2SOo1iWQ5Xt0TgdnXSJPAvjfcegsCdwVr +6+6DRBcPh+sngA0wjod+U1xYvRS6Fdr3IrO0BlhwN0vpJNk9R1HyK9AvnJbb/SpACFP uSM7aJvS1714GvYIdZHC+oSax5mGobXCSQG5KfV2s05eb080ff4AMNssfMNn0ajvqBzd +ybHNmMWw9LN+LV+vLGdjL94IvGFh11XB06FPU8y4PzjxRLZph4c1Amz67AfLATrGfMZ jnG3aqo+Ygvu0qJfePp3xN76Rd8fbjG3doEF47XJj573bi7Fq88Ucp2NofX45AzcF7S3 AC2A== X-Received: by 10.68.143.4 with SMTP id sa4mr6253823pbb.111.1445377821485; Tue, 20 Oct 2015 14:50:21 -0700 (PDT) Received: from localhost.localdomain (pool-71-97-41-79.dllstx.fios.verizon.net. [71.97.41.79]) by smtp.gmail.com with ESMTPSA id yi8sm5496410pab.22.2015.10.20.14.50.20 (version=TLS1_2 cipher=ECDHE-RSA-AES128-SHA bits=128/128); Tue, 20 Oct 2015 14:50:21 -0700 (PDT) From: Franklin S Cooper Jr To: linux@arm.linux.org.uk, ssantosh@kernel.org, ulf.hansson@linaro.org, m-karicheri2@ti.com, grygorii.strashko@ti.com, linux-arm-kernel@lists.infradead.org, linux-kernel@vger.kernel.org, linux-mmc@vger.kernel.org Subject: [PATCH 5/5] ARM: keystone: defconfig: Enable CAN support Date: Tue, 20 Oct 2015 16:50:09 -0500 Message-Id: <1445377809-12516-5-git-send-email-fcooper@ti.com> X-Mailer: git-send-email 2.6.1 In-Reply-To: <1445377809-12516-1-git-send-email-fcooper@ti.com> References: <1445377809-12516-1-git-send-email-fcooper@ti.com> X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20151020_145042_322039_E516200F X-CRM114-Status: UNSURE ( 9.79 ) X-CRM114-Notice: Please train this message. X-Spam-Score: -2.6 (--) X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: Franklin S Cooper Jr MIME-Version: 1.0 Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+patchwork-linux-arm=patchwork.kernel.org@lists.infradead.org X-Spam-Status: No, score=-4.2 required=5.0 tests=BAYES_00, RCVD_IN_DNSWL_MED, RP_MATCHES_RCVD, UNPARSEABLE_RELAY autolearn=unavailable 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 Newer Keystone 2 devices support CAN. Enable CAN support as modules. Signed-off-by: Franklin S Cooper Jr --- arch/arm/configs/keystone_defconfig | 3 +++ 1 file changed, 3 insertions(+) diff --git a/arch/arm/configs/keystone_defconfig b/arch/arm/configs/keystone_defconfig index ed3e83e..e9bd825 100644 --- a/arch/arm/configs/keystone_defconfig +++ b/arch/arm/configs/keystone_defconfig @@ -137,6 +137,9 @@ CONFIG_I2C_DAVINCI=y CONFIG_SPI=y CONFIG_SPI_DAVINCI=y CONFIG_SPI_SPIDEV=y +CONFIG_CAN=m +CONFIG_CAN_C_CAN=m +CONFIG_CAN_C_CAN_PLATFORM=m CONFIG_MMC=y CONFIG_MMC_OMAP_HS=y # CONFIG_HWMON is not set