diff options
Diffstat (limited to 'drivers/fpga/Kconfig')
| -rw-r--r-- | drivers/fpga/Kconfig | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/drivers/fpga/Kconfig b/drivers/fpga/Kconfig index c20445b867ae..d892f3efcd76 100644 --- a/drivers/fpga/Kconfig +++ b/drivers/fpga/Kconfig | |||
| @@ -204,4 +204,13 @@ config FPGA_DFL_PCI | |||
| 204 | 204 | ||
| 205 | To compile this as a module, choose M here. | 205 | To compile this as a module, choose M here. |
| 206 | 206 | ||
| 207 | config FPGA_MGR_ZYNQMP_FPGA | ||
| 208 | tristate "Xilinx ZynqMP FPGA" | ||
| 209 | depends on ARCH_ZYNQMP || COMPILE_TEST | ||
| 210 | help | ||
| 211 | FPGA manager driver support for Xilinx ZynqMP FPGAs. | ||
| 212 | This driver uses the processor configuration port(PCAP) | ||
| 213 | to configure the programmable logic(PL) through PS | ||
| 214 | on ZynqMP SoC. | ||
| 215 | |||
| 207 | endif # FPGA | 216 | endif # FPGA |
