diff options
author | Michael Walle <michael@walle.cc> | 2022-03-04 23:21:24 +0300 |
---|---|---|
committer | Arnd Bergmann <arnd@arndb.de> | 2022-03-08 18:43:57 +0300 |
commit | b3b44f502450d64c23f0d011480f62d4fd175cd4 (patch) | |
tree | c3df00fdd7f2d8f01f855a03a8a8088acc4a04d4 /arch/arm64/configs | |
parent | 9a5872bab1c728f8e1b63a373aa3d34a0da8382c (diff) | |
download | linux-b3b44f502450d64c23f0d011480f62d4fd175cd4.tar.xz |
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>
Diffstat (limited to 'arch/arm64/configs')
-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 |