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 /arch/arm/mach-socfpga/Kconfig | |
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 'arch/arm/mach-socfpga/Kconfig')
-rw-r--r-- | arch/arm/mach-socfpga/Kconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/mach-socfpga/Kconfig b/arch/arm/mach-socfpga/Kconfig index 32549913cc7..26f2cf8e478 100644 --- a/arch/arm/mach-socfpga/Kconfig +++ b/arch/arm/mach-socfpga/Kconfig @@ -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 |