diff options
author | 2022-03-04 21:21:24 +0100 | |
---|---|---|
committer | 2022-03-08 16:43:57 +0100 | |
commit | b3b44f502450d64c23f0d011480f62d4fd175cd4 (patch) | |
tree | c3df00fdd7f2d8f01f855a03a8a8088acc4a04d4 | |
parent | Merge tag 'at91-defconfig-5.18-2' of git://git.kernel.org/pub/scm/linux/kernel/git/at91/linux into arm/defconfig (diff) | |
download | wireguard-linux-b3b44f502450d64c23f0d011480f62d4fd175cd4.tar.xz wireguard-linux-b3b44f502450d64c23f0d011480f62d4fd175cd4.zip |
arm64: defconfig: enable Layerscape SFP driver
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>
Signed-off-by: Arnd Bergmann <arnd@arndb.de>
-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 92f2ff549cd6..0788fc252062 100644 --- a/arch/arm64/configs/defconfig +++ b/arch/arm64/configs/defconfig @@ -1186,6 +1186,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 |