Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752207AbcDZKm7 (ORCPT ); Tue, 26 Apr 2016 06:42:59 -0400 Received: from mail-wm0-f46.google.com ([74.125.82.46]:38511 "EHLO mail-wm0-f46.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751955AbcDZKm5 (ORCPT ); Tue, 26 Apr 2016 06:42:57 -0400 Date: Tue, 26 Apr 2016 11:42:53 +0100 From: Peter Griffin To: Arnd Bergmann Cc: linux-arm-kernel@lists.infradead.org, linux-kernel@vger.kernel.org, srinivas.kandagatla@gmail.com, maxime.coquelin@st.com, patrice.chotard@st.com, vinod.koul@intel.com, devicetree@vger.kernel.org, broonie@kernel.org, dmaengine@vger.kernel.org, lee.jones@linaro.org, ludovic.barre@st.com Subject: Re: [PATCH 08/18] ARM: multi_v7_defconfig: Enable STi FDMA driver Message-ID: <20160426104253.GB2984@griffinp-ThinkPad-X1-Carbon-2nd> References: <1461236675-10176-1-git-send-email-peter.griffin@linaro.org> <1461236675-10176-9-git-send-email-peter.griffin@linaro.org> <5937696.Zdx8BrBD6K@wuerfel> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <5937696.Zdx8BrBD6K@wuerfel> User-Agent: Mutt/1.5.21 (2010-09-15) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 949 Lines: 32 Hi Arnd, On Thu, 21 Apr 2016, Arnd Bergmann wrote: > On Thursday 21 April 2016 12:04:25 Peter Griffin wrote: > > This DMA controller is found on all STi chipsets. > > > > Signed-off-by: Peter Griffin > > Acked-by: Lee Jones > > --- > > arch/arm/configs/multi_v7_defconfig | 1 + > > 1 file changed, 1 insertion(+) > > > > diff --git a/arch/arm/configs/multi_v7_defconfig b/arch/arm/configs/multi_v7_defconfig > > index 2823490..61008a0 100644 > > --- a/arch/arm/configs/multi_v7_defconfig > > +++ b/arch/arm/configs/multi_v7_defconfig > > @@ -727,6 +727,7 @@ CONFIG_DMA_OMAP=y > > CONFIG_QCOM_BAM_DMA=y > > CONFIG_XILINX_VDMA=y > > CONFIG_DMA_SUN6I=y > > +CONFIG_ST_FDMA=y > > CONFIG_STAGING=y > > CONFIG_SENSORS_ISL29018=y > > CONFIG_SENSORS_ISL29028=y > > -- > > Is this needed for booting? If not, make it a loadable module. No it isn't required for booting. Will fix in v4. Peter