From mboxrd@z Thu Jan 1 00:00:00 1970 From: Chris Packham Date: Tue, 22 Nov 2016 21:49:00 +1300 Subject: [U-Boot] [RFC PATCH 5/7] fpga: add Kconfig for CONFIG_FPGA_PROG_FEEDBACK In-Reply-To: <20161122084902.20890-1-judge.packham@gmail.com> References: <20161122084902.20890-1-judge.packham@gmail.com> Message-ID: <20161122084902.20890-6-judge.packham@gmail.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de Signed-off-by: Chris Packham --- drivers/fpga/Kconfig | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/drivers/fpga/Kconfig b/drivers/fpga/Kconfig index d137ab2df1d7..1b3b03c8f938 100644 --- a/drivers/fpga/Kconfig +++ b/drivers/fpga/Kconfig @@ -28,4 +28,10 @@ config FPGA_SPARTAN2 depends on FPGA_XILINX help Enable FPGA driver for Xilinx Spartan-II devices. + +config FPGA_PROG_FEEDBACK + bool "FPGA programming feedback" + help + Enable printing of hash marks during FPGA configuration. + endmenu -- 2.10.2