mirror of
https://source.denx.de/u-boot/u-boot.git
synced 2025-08-06 23:36:59 +02:00
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>
This commit is contained in:
parent
f08dcc5524
commit
5d74cf2204
@ -15,6 +15,7 @@ config FPGA_ALTERA
|
|||||||
|
|
||||||
config FPGA_SOCFPGA
|
config FPGA_SOCFPGA
|
||||||
bool "Enable Gen5 and Arria10 common FPGA drivers"
|
bool "Enable Gen5 and Arria10 common FPGA drivers"
|
||||||
|
depends on ARCH_SOCFPGA
|
||||||
select FPGA_ALTERA
|
select FPGA_ALTERA
|
||||||
help
|
help
|
||||||
Say Y here to enable the Gen5 and Arria10 common FPGA driver
|
Say Y here to enable the Gen5 and Arria10 common FPGA driver
|
||||||
|
Loading…
Reference in New Issue
Block a user