From mboxrd@z Thu Jan 1 00:00:00 1970 From: Randy Dunlap Subject: Re: [PATCH v8 02/10] firmware: xilinx: Add Zynqmp firmware driver Date: Thu, 14 Jun 2018 13:40:59 -0700 Message-ID: <7cd908ac-a0cc-3fd0-702f-d36a4e325a68@infradead.org> References: <1529000862-11510-1-git-send-email-jollys@xilinx.com> <1529000862-11510-3-git-send-email-jollys@xilinx.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: <1529000862-11510-3-git-send-email-jollys@xilinx.com> Content-Language: en-US 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: Jolly Shah , ard.biesheuvel@linaro.org, mingo@kernel.org, gregkh@linuxfoundation.org, matt@codeblueprint.co.uk, sudeep.holla@arm.com, hkallweit1@gmail.com, keescook@chromium.org, dmitry.torokhov@gmail.com, mturquette@baylibre.com, sboyd@codeaurora.org, michal.simek@xilinx.com, robh+dt@kernel.org, mark.rutland@arm.com, linux-clk@vger.kernel.org Cc: devicetree@vger.kernel.org, rajanv@xilinx.com, linux-kernel@vger.kernel.org, linux-arm-kernel@lists.infradead.org, Jolly Shah List-Id: devicetree@vger.kernel.org On 06/14/2018 11:27 AM, Jolly Shah wrote: > From: Rajan Vaja > Hi, > diff --git a/drivers/firmware/xilinx/Kconfig b/drivers/firmware/xilinx/Kconfig > new file mode 100644 > index 0000000..cce4e4f > --- /dev/null > +++ b/drivers/firmware/xilinx/Kconfig > @@ -0,0 +1,16 @@ > +# SPDX-License-Identifier: GPL-2.0 > +# Kconfig for Xilinx firmwares > + > +menu "Zynq MPSoC Firmware Drivers" > + depends on ARCH_ZYNQMP > + > +config ZYNQMP_FIRMWARE > + bool "Enable Xilinx Zynq MPSoC firmware interface" > + help > + Firmware interface driver is used by different to used by different ? Missing something there. > + communicate with the firmware for various platform > + management services. > + Say yes to enable ZynqMP firmware interface driver. > + In doubt, say N If in doubt, say N. > + > +endmenu -- ~Randy