From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753226AbbJUB2n (ORCPT ); Tue, 20 Oct 2015 21:28:43 -0400 Received: from aserp1040.oracle.com ([141.146.126.69]:37326 "EHLO aserp1040.oracle.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753192AbbJUB2l (ORCPT ); Tue, 20 Oct 2015 21:28:41 -0400 Subject: Re: [PATCH 5/5] ARM: keystone: defconfig: Enable CAN support To: Franklin S Cooper Jr , 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 References: <1445377809-12516-1-git-send-email-fcooper@ti.com> <1445377809-12516-5-git-send-email-fcooper@ti.com> From: santosh shilimkar Organization: Oracle Corporation Message-ID: <5626EA29.7050608@oracle.com> Date: Tue, 20 Oct 2015 18:28:09 -0700 User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:38.0) Gecko/20100101 Thunderbird/38.2.0 MIME-Version: 1.0 In-Reply-To: <1445377809-12516-5-git-send-email-fcooper@ti.com> Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit X-Source-IP: userv0022.oracle.com [156.151.31.74] Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On 10/20/2015 2:50 PM, Franklin S Cooper Jr wrote: > Newer Keystone 2 devices support CAN. Enable CAN support as modules. > > Signed-off-by: Franklin S Cooper Jr > --- Again. Please shown me the usecases before adding config option. DTS nodes have to be there. > 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 >