summaryrefslogtreecommitdiff
path: root/drivers/fpga
diff options
context:
space:
mode:
authorTom Rini <trini@konsulko.com>2022-06-12 20:02:00 -0400
committerTom Rini <trini@konsulko.com>2022-06-28 17:11:48 -0400
commit6e52cb259b565cc7482c65b0e4b2ab78c6b6903b (patch)
tree698c0a87da4e4fec77012f2ca80bc7d7474f52bd /drivers/fpga
parent60d45642fe0673514aced37e6cc95d4f0fe02a19 (diff)
Convert CONFIG_FPGA_STRATIX_V to Kconfig
This converts the following to Kconfig: CONFIG_FPGA_STRATIX_V Signed-off-by: Tom Rini <trini@konsulko.com>
Diffstat (limited to 'drivers/fpga')
-rw-r--r--drivers/fpga/Kconfig6
1 files changed, 6 insertions, 0 deletions
diff --git a/drivers/fpga/Kconfig b/drivers/fpga/Kconfig
index dc0b3dd31b7..76719517f54 100644
--- a/drivers/fpga/Kconfig
+++ b/drivers/fpga/Kconfig
@@ -21,6 +21,12 @@ config FPGA_SOCFPGA
This provides common functionality for Gen5 and Arria10 devices.
+config FPGA_STRATIX_V
+ bool "Enable Stratix V FPGA drivers"
+ depends on FPGA_ALTERA
+ help
+ Say Y here to enable the Altera Stratix V FPGA specific driver.
+
config FPGA_CYCLON2
bool "Enable Altera FPGA driver for Cyclone II"
depends on FPGA_ALTERA