Skip to content

Commit 92fb8fa

Browse files
committed
HSD #15017977433: fpga: altera-cvp: Add FPGA Configuration Framework dependency
Altera CvP FPGA Manager driver depends on FPGA Configuration Framework drivers to be loaded in the kernel. Updating FPGA_MGR_ALTERA_CVP in Kconfig depends on to include FPGA. Signed-off-by: Murugasen Krishnan, Kuhanh <kuhanh.murugasen.krishnan@altera.com>
1 parent 406e0d6 commit 92fb8fa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

drivers/fpga/Kconfig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ config FPGA_MGR_ALTERA_PS_SPI
5454

5555
config FPGA_MGR_ALTERA_CVP
5656
tristate "Altera CvP FPGA Manager"
57-
depends on PCI
57+
depends on PCI && FPGA
5858
help
5959
FPGA manager driver support for Arria-V, Cyclone-V, Stratix-V,
6060
Arria 10 and Stratix10 Altera FPGAs using the CvP interface over PCIe.

0 commit comments

Comments
 (0)