diff options
author | Richard Gong <richard.gong@intel.com> | 2019-10-17 15:15:51 -0500 |
---|---|---|
committer | Dinh Nguyen <dinguyen@kernel.org> | 2019-10-23 09:26:13 -0500 |
commit | 2996547c0203c99aa7596f711a84adfea9d0bfcd (patch) | |
tree | e15cd89a2d30ddad36598ae5664d9d0c28ca2f9c /arch | |
parent | c2877b59c1c45bee97f1fc70df0f1527921288e3 (diff) | |
download | lwn-2996547c0203c99aa7596f711a84adfea9d0bfcd.tar.gz lwn-2996547c0203c99aa7596f711a84adfea9d0bfcd.zip |
arm64: defconfig: enable rsu driver
Enable Intel Stratix10 Remote System Update (RSU) driver
The Intel Remote System Update (RSU) driver provides a way for customers
to update the boot configuration of a Intel Stratix 10 SoC device with
significantly reduced risk of corrupting the bitstream storage and
bricking the system.
Signed-off-by: Richard Gong <richard.gong@intel.com>
Signed-off-by: Dinh Nguyen <dinguyen@kernel.org>
Diffstat (limited to 'arch')
-rw-r--r-- | arch/arm64/configs/defconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm64/configs/defconfig b/arch/arm64/configs/defconfig index cd596df2edfc..c93befd8ebdf 100644 --- a/arch/arm64/configs/defconfig +++ b/arch/arm64/configs/defconfig @@ -90,6 +90,7 @@ CONFIG_ARM_TEGRA186_CPUFREQ=y CONFIG_ARM_SCPI_PROTOCOL=y CONFIG_RASPBERRYPI_FIRMWARE=y CONFIG_INTEL_STRATIX10_SERVICE=y +CONFIG_INTEL_STRATIX10_RSU=m CONFIG_TI_SCI_PROTOCOL=y CONFIG_EFI_CAPSULE_LOADER=y CONFIG_IMX_SCU=y |