diff options
| author | Pieter Van Trappen <[email protected]> | 2025-07-08 17:24:47 +0200 |
|---|---|---|
| committer | Michal Simek <[email protected]> | 2025-07-24 08:54:15 +0200 |
| commit | 5d74cf2204d48b9a0900fcd2173e807e16ad0fb2 (patch) | |
| tree | b8e8757b27b419db393d8fc1143279f37380aa03 /drivers | |
| parent | f08dcc55243f4af9e8edc0a1c48cfee06e6a0cd3 (diff) | |
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 <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
Signed-off-by: Michal Simek <[email protected]>
Diffstat (limited to 'drivers')
| -rw-r--r-- | drivers/fpga/Kconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/fpga/Kconfig b/drivers/fpga/Kconfig index 62cb77b098c..9456ca3149a 100644 --- a/drivers/fpga/Kconfig +++ b/drivers/fpga/Kconfig @@ -15,6 +15,7 @@ config FPGA_ALTERA config FPGA_SOCFPGA bool "Enable Gen5 and Arria10 common FPGA drivers" + depends on ARCH_SOCFPGA select FPGA_ALTERA help Say Y here to enable the Gen5 and Arria10 common FPGA driver |
