diff options
author | Chee Hong Ang | 2020-08-05 20:11:25 +0800 |
---|---|---|
committer | Ley Foon Tan | 2020-10-09 17:53:11 +0800 |
commit | a6510993a5a5929f38d7672cd3fdde2959bdb21d (patch) | |
tree | 0d87c6ecc9147f65af79c5e968c9b2114ddd5069 /drivers/sysreset/Kconfig | |
parent | f833d6a4ce5ba890eadcae1846c59812478e909c (diff) |
sysreset: socfpga: soc64: Rename SYSRESET SoCFPGA driver for S10 to SoC64
Rename the driver from S10 to SoC64 because Intel Agilex platform
also using the this SYSRESET SoCFPGA driver for S10.
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/Kconfig')
-rw-r--r-- | drivers/sysreset/Kconfig | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/drivers/sysreset/Kconfig b/drivers/sysreset/Kconfig index 6ebc90e1d33..b812af93598 100644 --- a/drivers/sysreset/Kconfig +++ b/drivers/sysreset/Kconfig @@ -79,12 +79,12 @@ config SYSRESET_SOCFPGA This enables the system reset driver support for Intel SOCFPGA SoCs (Cyclone 5, Arria 5 and Arria 10). -config SYSRESET_SOCFPGA_S10 - bool "Enable support for Intel SOCFPGA Stratix 10" +config SYSRESET_SOCFPGA_SOC64 + bool "Enable support for Intel SOCFPGA SoC64 family (Stratix10/Agilex)" depends on ARCH_SOCFPGA && TARGET_SOCFPGA_STRATIX10 help This enables the system reset driver support for Intel SOCFPGA - Stratix SoCs. + SoC64 SoCs. config SYSRESET_TI_SCI bool "TI System Control Interface (TI SCI) system reset driver" |