"Das U-Boot" Source Tree
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

drivers: fpga: add Kconfig dependency

FPGA_SOCFPGA requires ARCH_SOCFPGA cause socfpga.c contains
arch/arm/mach-socfpga/* include macros.

Signed-off-by: Pieter Van Trappen <pieter.van.trappen@cern.ch>
Link: https://lore.kernel.org/r/20250708152455.1214487-3-vtpieter@gmail.com
Signed-off-by: Michal Simek <michal.simek@amd.com>

authored by

Pieter Van Trappen and committed by
Michal Simek
5d74cf22 f08dcc55

+1
+1
drivers/fpga/Kconfig
··· 15 15 16 16 config FPGA_SOCFPGA 17 17 bool "Enable Gen5 and Arria10 common FPGA drivers" 18 + depends on ARCH_SOCFPGA 18 19 select FPGA_ALTERA 19 20 help 20 21 Say Y here to enable the Gen5 and Arria10 common FPGA driver