diff options
| author | Insop Song <insop.song@gainspeed.com> | 2014-01-20 23:47:06 -0800 |
|---|---|---|
| committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2014-02-07 10:08:36 -0800 |
| commit | e7185c6958ee85b02629d95fe997977bb45e0393 (patch) | |
| tree | e36bc90cd24d3d13d2e563e51ac3c4c8574a2e2e /drivers/staging/Makefile | |
| parent | 86f78b8bf462555cbe0c3835b053c9739327287c (diff) | |
| download | linux-e7185c6958ee85b02629d95fe997977bb45e0393.tar.gz linux-e7185c6958ee85b02629d95fe997977bb45e0393.tar.bz2 linux-e7185c6958ee85b02629d95fe997977bb45e0393.zip | |
staging: fpgaboot: Xilinx FPGA firmware download driver
This driver downloads Xilinx FPGA firmware using gpio pins.
It loads Xilinx FPGA bitstream format firmware image and
program the Xilinx FPGA using SelectMAP (parallel) mode.
Signed-off-by: Insop Song <insop.song@gainspeed.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'drivers/staging/Makefile')
| -rw-r--r-- | drivers/staging/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/staging/Makefile b/drivers/staging/Makefile index ddc3c4a5d39d..399f9fe07014 100644 --- a/drivers/staging/Makefile +++ b/drivers/staging/Makefile @@ -65,3 +65,4 @@ obj-$(CONFIG_XILLYBUS) += xillybus/ obj-$(CONFIG_DGNC) += dgnc/ obj-$(CONFIG_DGAP) += dgap/ obj-$(CONFIG_MTD_SPINAND_MT29F) += mt29f_spinand/ +obj-$(CONFIG_GS_FPGABOOT) += gs_fpgaboot/ |
