diff mbox

[U-Boot,RFC,2/7] fpga: add Kconfig support for Xilinx Spartan devices

Message ID 20161122084902.20890-3-judge.packham@gmail.com
State RFC
Delegated to: Michal Simek
Headers show

Commit Message

Chris Packham Nov. 22, 2016, 8:48 a.m. UTC
Signed-off-by: Chris Packham <judge.packham@gmail.com>
---

 drivers/fpga/Kconfig | 11 +++++++++++
 1 file changed, 11 insertions(+)

Comments

Michal Simek Nov. 23, 2016, 12:10 p.m. UTC | #1
On 22.11.2016 09:48, Chris Packham wrote:
> Signed-off-by: Chris Packham <judge.packham@gmail.com>
> ---
> 
>  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
> 

Acked-by: Michal Simek <michal.simek@xilinx.com>

Thanks,
Michal
diff mbox

Patch

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