diff options
author | Chee Hong Ang | 2020-08-07 11:50:05 +0800 |
---|---|---|
committer | Ley Foon Tan | 2020-10-09 17:53:12 +0800 |
commit | bd99fa59d5daaab736ce665adf2f9b2010798dfc (patch) | |
tree | 8e53a614761d8e2f326990144cbb7b8b90123c35 /drivers | |
parent | 9a623cd6963fb37b62bd2e0e9e70b63552b0f288 (diff) |
arm: socfpga: agilex: Enable FPGA Full Reconfiguration support
Enable FPGA full reconfiguration support with Intel FPGA SDM
Mailbox driver for Agilex.
Signed-off-by: Chee Hong Ang <chee.hong.ang@intel.com>
Reviewed-by: Ley Foon Tan <ley.foon.tan@intel.com>
Diffstat (limited to 'drivers')
-rw-r--r-- | drivers/fpga/Kconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/fpga/Kconfig b/drivers/fpga/Kconfig index dd0b39a8d1e..425b52a9266 100644 --- a/drivers/fpga/Kconfig +++ b/drivers/fpga/Kconfig @@ -33,7 +33,7 @@ config FPGA_CYCLON2 config FPGA_INTEL_SDM_MAILBOX bool "Enable Intel FPGA Full Reconfiguration SDM Mailbox driver" - depends on TARGET_SOCFPGA_STRATIX10 + depends on TARGET_SOCFPGA_STRATIX10 || TARGET_SOCFPGA_AGILEX select FPGA_ALTERA help Say Y here to enable the Intel FPGA Full Reconfig SDM Mailbox driver |