[<prev] [next>] [day] [month] [year] [list]
Message-Id: <1547481137-25844-1-git-send-email-richard.gong@linux.intel.com>
Date: Mon, 14 Jan 2019 09:52:17 -0600
From: richard.gong@...ux.intel.com
To: catalin.marinas@....com, will.deacon@....com
Cc: linux-arm-kernel@...ts.infradead.org, linux-kernel@...r.kernel.org,
atull@...nel.org, dinguyen@...nel.org, todd.riffel@...el.com,
richard.gong@...ux.intel.com, Richard Gong <richard.gong@...el.com>
Subject: [PATCHv1] arm64: defconfig: enable Intel Stratix10 service layer driver
From: Richard Gong <richard.gong@...el.com>
Intel Stratix10 service layer driver was added with commit 7ca5ce896524
("firmware: add Intel Stratix10 service layer driver").
Intel Stratix10 service layer provides kernel APIs for drivers to request
access to the secure features. Such features include FPGA programming,
remote status update, read and write the secure registers.
Signed-off-by: Richard Gong <richard.gong@...el.com>
---
arch/arm64/configs/defconfig | 1 +
1 file changed, 1 insertion(+)
diff --git a/arch/arm64/configs/defconfig b/arch/arm64/configs/defconfig
index 3ef443c..42bc993 100644
--- a/arch/arm64/configs/defconfig
+++ b/arch/arm64/configs/defconfig
@@ -706,6 +706,7 @@ CONFIG_QCOM_QFPROM=y
CONFIG_ROCKCHIP_EFUSE=y
CONFIG_UNIPHIER_EFUSE=y
CONFIG_MESON_EFUSE=m
+CONFIG_INTEL_STRATIX10_SERVICE=y
CONFIG_TEE=y
CONFIG_OPTEE=y
CONFIG_EXT2_FS=y
--
2.7.4
Powered by blists - more mailing lists