diff options
author | Chee Hong Ang <chee.hong.ang@intel.com> | 2020-08-07 11:50:05 +0800 |
---|---|---|
committer | Ley Foon Tan <ley.foon.tan@intel.com> | 2020-10-09 17:53:12 +0800 |
commit | bd99fa59d5daaab736ce665adf2f9b2010798dfc (patch) | |
tree | 8e53a614761d8e2f326990144cbb7b8b90123c35 /arch | |
parent | 9a623cd6963fb37b62bd2e0e9e70b63552b0f288 (diff) | |
download | u-boot-bd99fa59d5daaab736ce665adf2f9b2010798dfc.zip u-boot-bd99fa59d5daaab736ce665adf2f9b2010798dfc.tar.gz u-boot-bd99fa59d5daaab736ce665adf2f9b2010798dfc.tar.bz2 |
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')
-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 3254991..26f2cf8 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 |