diff options
| author | Chee Hong Ang <[email protected]> | 2020-08-05 20:11:26 +0800 |
|---|---|---|
| committer | Ley Foon Tan <[email protected]> | 2020-10-09 17:53:11 +0800 |
| commit | 289ebe077a18462d38628a9cc2213c9e010216de (patch) | |
| tree | 4292a41f11e92d8cd27b41c16e08336871e6c6bb /drivers/sysreset | |
| parent | a6510993a5a5929f38d7672cd3fdde2959bdb21d (diff) | |
sysreset: socfpga: agilex: Enable sysreset support
Enable sysreset support for Agilex platform.
Signed-off-by: Chee Hong Ang <[email protected]>
Reviewed-by: Ley Foon Tan <[email protected]>
Diffstat (limited to 'drivers/sysreset')
| -rw-r--r-- | drivers/sysreset/Kconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/sysreset/Kconfig b/drivers/sysreset/Kconfig index b812af93598..70692f07e7f 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. |
