From mboxrd@z Thu Jan 1 00:00:00 1970 From: srinivas.kandagatla@linaro.org (Srinivas Kandagatla) Date: Mon, 05 Oct 2015 09:59:02 +0100 Subject: [PATCH] ARM: multi_v7_defconfig: Add missing QCOM APQ8064 configs In-Reply-To: <7133797.1AP9OuVQ6T@wuerfel> References: <1443704258-3180-1-git-send-email-srinivas.kandagatla@linaro.org> <7133797.1AP9OuVQ6T@wuerfel> Message-ID: <56123BD6.7060403@linaro.org> To: linux-arm-kernel@lists.infradead.org List-Id: linux-arm-kernel.lists.infradead.org On 05/10/15 09:14, Arnd Bergmann wrote: > On Thursday 01 October 2015 13:57:38 Srinivas Kandagatla wrote: >> This patch adds few missing essential configs in the multi_v7_defconf, >> absense of some configs like PINCTRL_APQ8064 would prevent the board from >> getting access to serial. >> >> cc: Kevin Hilman >> cc: Tyler Baker >> Signed-off-by: Srinivas Kandagatla > > Can you make some of these '=m' instead of '=y'? We try to have most things > that are not essential for booting as loadable modules, so the kernel > doesn't get too big. Yes, I can make the USB and SATA as modules and other options are very essential to get the board booting with console. Will send a new version. --srini > > Arnd > From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752609AbbJEI7R (ORCPT ); Mon, 5 Oct 2015 04:59:17 -0400 Received: from mail-wi0-f179.google.com ([209.85.212.179]:35527 "EHLO mail-wi0-f179.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751973AbbJEI7P (ORCPT ); Mon, 5 Oct 2015 04:59:15 -0400 Message-ID: <56123BD6.7060403@linaro.org> Date: Mon, 05 Oct 2015 09:59:02 +0100 From: Srinivas Kandagatla User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:31.0) Gecko/20100101 Thunderbird/31.7.0 MIME-Version: 1.0 To: Arnd Bergmann CC: arm@kernel.org, linux-arm-kernel@lists.infradead.org, linux-kernel@vger.kernel.org, olof@lixom.net, Kevin Hilman , Tyler Baker Subject: Re: [PATCH] ARM: multi_v7_defconfig: Add missing QCOM APQ8064 configs References: <1443704258-3180-1-git-send-email-srinivas.kandagatla@linaro.org> <7133797.1AP9OuVQ6T@wuerfel> In-Reply-To: <7133797.1AP9OuVQ6T@wuerfel> Content-Type: text/plain; charset=windows-1252; format=flowed Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On 05/10/15 09:14, Arnd Bergmann wrote: > On Thursday 01 October 2015 13:57:38 Srinivas Kandagatla wrote: >> This patch adds few missing essential configs in the multi_v7_defconf, >> absense of some configs like PINCTRL_APQ8064 would prevent the board from >> getting access to serial. >> >> cc: Kevin Hilman >> cc: Tyler Baker >> Signed-off-by: Srinivas Kandagatla > > Can you make some of these '=m' instead of '=y'? We try to have most things > that are not essential for booting as loadable modules, so the kernel > doesn't get too big. Yes, I can make the USB and SATA as modules and other options are very essential to get the board booting with console. Will send a new version. --srini > > Arnd >