]> git.dujemihanovic.xyz Git - u-boot.git/commitdiff
arm: socfpga: agilex: Enable FPGA Full Reconfiguration support
authorChee Hong Ang <chee.hong.ang@intel.com>
Fri, 7 Aug 2020 03:50:05 +0000 (11:50 +0800)
committerLey Foon Tan <ley.foon.tan@intel.com>
Fri, 9 Oct 2020 09:53:12 +0000 (17:53 +0800)
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>
arch/arm/mach-socfpga/Kconfig
drivers/fpga/Kconfig

index 32549913cc748773439176b6774172bad320df00..26f2cf8e478b8459743147d1fd0d0e5f3872e54a 100644 (file)
@@ -35,6 +35,7 @@ config TARGET_SOCFPGA_AGILEX
        select ARMV8_SET_SMPEN
        select ARMV8_SPIN_TABLE
        select CLK
+       select FPGA_INTEL_SDM_MAILBOX
        select NCORE_CACHE
        select SPL_CLK if SPL
 
index dd0b39a8d1e1feeb6120ba0333b45a933484cad1..425b52a9266215ce7b72fb75e6d0c6245d12ee1e 100644 (file)
@@ -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