Message ID | 20211228142549.1275412-9-michael@walle.cc |
---|---|
State | New |
Headers | show |
Series | [1/8] of: base: add of_parse_phandle_with_optional_args() | expand |
diff --git a/arch/arm64/configs/defconfig b/arch/arm64/configs/defconfig index ee4bd7710a0d..117423e81d15 100644 --- a/arch/arm64/configs/defconfig +++ b/arch/arm64/configs/defconfig @@ -1178,6 +1178,7 @@ CONFIG_FSL_IMX8_DDR_PMU=m CONFIG_HISI_PMU=y CONFIG_QCOM_L2_PMU=y CONFIG_QCOM_L3_PMU=y +CONFIG_NVMEM_TRANSFORMATIONS=y CONFIG_NVMEM_IMX_OCOTP=y CONFIG_NVMEM_IMX_OCOTP_SCU=y CONFIG_QCOM_QFPROM=y
The Kontron sl28 needs the transformation to get the correct ethernet addresses for its onboard NICs. Signed-off-by: Michael Walle <michael@walle.cc> --- arch/arm64/configs/defconfig | 1 + 1 file changed, 1 insertion(+)