Message ID | 20220304202124.3401165-1-michael@walle.cc (mailing list archive) |
---|---|
State | New, archived |
Headers | show |
Series | arm64: defconfig: enable Layerscape SFP driver | expand |
On Fri, Mar 04, 2022 at 09:21:24PM +0100, Michael Walle wrote: > Enable the driver for the Layerscape SFP (Security Fuse Processor) found > on most Layerscape SoCs. For example, a per-device unique serial number > is stored in the fuses. > > Signed-off-by: Michael Walle <michael@walle.cc> It looks that Arnd picked this up for 5.18-rc1. Shawn > --- > arch/arm64/configs/defconfig | 1 + > 1 file changed, 1 insertion(+) > > diff --git a/arch/arm64/configs/defconfig b/arch/arm64/configs/defconfig > index b8c216b11dae..46ee2dda2253 100644 > --- a/arch/arm64/configs/defconfig > +++ b/arch/arm64/configs/defconfig > @@ -1197,6 +1197,7 @@ CONFIG_NVMEM_SUNXI_SID=y > CONFIG_UNIPHIER_EFUSE=y > CONFIG_MESON_EFUSE=m > CONFIG_NVMEM_RMEM=m > +CONFIG_NVMEM_LAYERSCAPE_SFP=m > CONFIG_FPGA=y > CONFIG_FPGA_MGR_STRATIX10_SOC=m > CONFIG_FPGA_BRIDGE=m > -- > 2.30.2 >
diff --git a/arch/arm64/configs/defconfig b/arch/arm64/configs/defconfig index b8c216b11dae..46ee2dda2253 100644 --- a/arch/arm64/configs/defconfig +++ b/arch/arm64/configs/defconfig @@ -1197,6 +1197,7 @@ CONFIG_NVMEM_SUNXI_SID=y CONFIG_UNIPHIER_EFUSE=y CONFIG_MESON_EFUSE=m CONFIG_NVMEM_RMEM=m +CONFIG_NVMEM_LAYERSCAPE_SFP=m CONFIG_FPGA=y CONFIG_FPGA_MGR_STRATIX10_SOC=m CONFIG_FPGA_BRIDGE=m
Enable the driver for the Layerscape SFP (Security Fuse Processor) found on most Layerscape SoCs. For example, a per-device unique serial number is stored in the fuses. Signed-off-by: Michael Walle <michael@walle.cc> --- arch/arm64/configs/defconfig | 1 + 1 file changed, 1 insertion(+)