aboutsummaryrefslogtreecommitdiff
path: root/drivers/sysreset
diff options
context:
space:
mode:
authorChee Hong Ang <chee.hong.ang@intel.com>2020-08-05 20:11:26 +0800
committerLey Foon Tan <ley.foon.tan@intel.com>2020-10-09 17:53:11 +0800
commit289ebe077a18462d38628a9cc2213c9e010216de (patch)
tree4292a41f11e92d8cd27b41c16e08336871e6c6bb /drivers/sysreset
parenta6510993a5a5929f38d7672cd3fdde2959bdb21d (diff)
downloadu-boot-289ebe077a18462d38628a9cc2213c9e010216de.zip
u-boot-289ebe077a18462d38628a9cc2213c9e010216de.tar.gz
u-boot-289ebe077a18462d38628a9cc2213c9e010216de.tar.bz2
sysreset: socfpga: agilex: Enable sysreset support
Enable sysreset support for Agilex platform. 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/sysreset')
-rw-r--r--drivers/sysreset/Kconfig2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/sysreset/Kconfig b/drivers/sysreset/Kconfig
index b812af9..70692f0 100644
--- a/drivers/sysreset/Kconfig
+++ b/drivers/sysreset/Kconfig
@@ -81,7 +81,7 @@ config SYSRESET_SOCFPGA
config SYSRESET_SOCFPGA_SOC64
bool "Enable support for Intel SOCFPGA SoC64 family (Stratix10/Agilex)"
- depends on ARCH_SOCFPGA && TARGET_SOCFPGA_STRATIX10
+ depends on ARCH_SOCFPGA && (TARGET_SOCFPGA_STRATIX10 || TARGET_SOCFPGA_AGILEX)
help
This enables the system reset driver support for Intel SOCFPGA
SoC64 SoCs.