From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Return-Path: Date: Wed, 1 Feb 2017 17:24:24 -0600 From: Andy Gross Subject: Re: [PATCH 5/5] soc/qcom: Move qcom_mdt_loader from remoteproc Message-ID: <20170201232424.GA30135@hector.attlocal.net> References: <20170130165547.4344-1-bjorn.andersson@linaro.org> <20170130165547.4344-5-bjorn.andersson@linaro.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20170130165547.4344-5-bjorn.andersson@linaro.org> To: Bjorn Andersson Cc: Ohad Ben-Cohen , linux-remoteproc@vger.kernel.org, linux-kernel@vger.kernel.org, linux-arm-msm@vger.kernel.org, Andy Gross , Georgi Djakov , Jordan Crouse List-ID: On Mon, Jan 30, 2017 at 08:55:47AM -0800, Bjorn Andersson wrote: > With the remoteproc parts cleaned out of the MDT loader we can move it > to drivers/soc/qcom. > diff --git a/drivers/soc/qcom/Kconfig b/drivers/soc/qcom/Kconfig > index 461b387d03cc..78b1bb7bcf20 100644 > --- a/drivers/soc/qcom/Kconfig > +++ b/drivers/soc/qcom/Kconfig > @@ -10,6 +10,10 @@ config QCOM_GSBI > functions for connecting the underlying serial UART, SPI, and I2C > devices to the output pins. > > +config QCOM_MDT_LOADER > + tristate > + select QCOM_SCM Do we need a help description here? > + > config QCOM_PM > bool "Qualcomm Power Management" > depends on ARCH_QCOM && !ARM64 Add the description on the next set and add my ack as well. Acked-by: Andy Gross