From mboxrd@z Thu Jan 1 00:00:00 1970 From: Shawn Guo Subject: Re: [PATCH V3 RESEND 3/4] defconfig: arm64: enable i.MX8 SCU octop driver Date: Thu, 23 May 2019 20:52:36 +0800 Message-ID: <20190523125235.GV9261@dragon> References: <20190522020040.30283-1-peng.fan@nxp.com> <20190522020040.30283-3-peng.fan@nxp.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: Content-Disposition: inline In-Reply-To: <20190522020040.30283-3-peng.fan@nxp.com> List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+linux-arm-kernel=m.gmane.org@lists.infradead.org To: Peng Fan Cc: "devicetree@vger.kernel.org" , Leonard Crestez , Marc Gonzalez , Maxime Ripard , Catalin Marinas , "s.hauer@pengutronix.de" , Olof Johansson , Will Deacon , "linux-kernel@vger.kernel.org" , Enric Balletbo i Serra , Bjorn Andersson , Andy Gross , "robh+dt@kernel.org" , "srinivas.kandagatla@linaro.org" , dl-linux-imx , "van.freenix@gmail.com" , Shawn Guo , "festevam@gmail.com" , "linux-arm-kernel@lists.infradead.org" List-Id: devicetree@vger.kernel.org On Wed, May 22, 2019 at 01:47:05AM +0000, Peng Fan wrote: > Build in CONFIG_NVMEM_IMX_OCOTP_SCU. > > Cc: Catalin Marinas > Cc: Will Deacon > Cc: Shawn Guo > Cc: Andy Gross > Cc: Maxime Ripard > Cc: Olof Johansson > Cc: Jagan Teki > Cc: Bjorn Andersson > Cc: Leonard Crestez > Cc: Marc Gonzalez > Cc: Enric Balletbo i Serra > Cc: linux-arm-kernel@lists.infradead.org > Reviewed-by: Dong Aisheng > Signed-off-by: Peng Fan Please do not use base64 encoding for patch posting. Shawn > --- > > V3: > No change > V2: > rename patch title, add review tag > > arch/arm64/configs/defconfig | 1 + > 1 file changed, 1 insertion(+) > > diff --git a/arch/arm64/configs/defconfig b/arch/arm64/configs/defconfig > index 979a95c915b6..32b85102b857 100644 > --- a/arch/arm64/configs/defconfig > +++ b/arch/arm64/configs/defconfig > @@ -748,6 +748,7 @@ CONFIG_HISI_PMU=y > CONFIG_QCOM_L2_PMU=y > CONFIG_QCOM_L3_PMU=y > CONFIG_NVMEM_IMX_OCOTP=y > +CONFIG_NVMEM_IMX_OCOTP_SCU=y > CONFIG_QCOM_QFPROM=y > CONFIG_ROCKCHIP_EFUSE=y > CONFIG_UNIPHIER_EFUSE=y > -- > 2.16.4 >