From mboxrd@z Thu Jan 1 00:00:00 1970 From: Chris Packham Date: Tue, 22 Nov 2016 21:48:57 +1300 Subject: [U-Boot] [RFC PATCH 2/7] fpga: add Kconfig support for Xilinx Spartan devices In-Reply-To: <20161122084902.20890-1-judge.packham@gmail.com> References: <20161122084902.20890-1-judge.packham@gmail.com> Message-ID: <20161122084902.20890-3-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 | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/drivers/fpga/Kconfig b/drivers/fpga/Kconfig index f3f6bf7f6747..d137ab2df1d7 100644 --- a/drivers/fpga/Kconfig +++ b/drivers/fpga/Kconfig @@ -17,4 +17,15 @@ config FPGA_ZYNQMPPL Enable FPGA driver for loading bitstream in BIT and BIN format on Xilinx Zynq UltraScale+ (ZynqMP) device. +config FPGA_SPARTAN3 + bool "Enable Xilinx Spartan-III driver" + depends on FPGA_XILINX + help + Enable FPGA driver for Xilinx Spartan-III devices. + +config FPGA_SPARTAN2 + bool "Enable Xilinx Spartan-II driver" + depends on FPGA_XILINX + help + Enable FPGA driver for Xilinx Spartan-II devices. endmenu -- 2.10.2