Message ID | 20210112142342.7290-5-nsaenzjulienne@suse.de |
---|---|
State | Accepted |
Commit | b4192249b0c66e0ad177cdab87ea863220a7e455 |
Headers | show |
Series | Expose RPi4's bootloader configuration | expand |
diff --git a/arch/arm64/configs/defconfig b/arch/arm64/configs/defconfig index 9957b6669eb1..81b2418f7f72 100644 --- a/arch/arm64/configs/defconfig +++ b/arch/arm64/configs/defconfig @@ -1077,6 +1077,7 @@ CONFIG_ROCKCHIP_EFUSE=y CONFIG_NVMEM_SUNXI_SID=y CONFIG_UNIPHIER_EFUSE=y CONFIG_MESON_EFUSE=m +CONFIG_NVMEM_RMEM=m CONFIG_FPGA=y CONFIG_FPGA_MGR_STRATIX10_SOC=m CONFIG_FPGA_BRIDGE=m
It'll be used by the RPi4 family of boards to access its bootloader configuration. Signed-off-by: Nicolas Saenz Julienne <nsaenzjulienne@suse.de> --- arch/arm64/configs/defconfig | 1 + 1 file changed, 1 insertion(+)