From: Michael Ellerman Date: Thu, 27 Dec 2018 09:40:40 +0000 (+1100) Subject: powerpc/configs: Add PPC4xx_OCM to ppc40x_defconfig X-Git-Url: http://git.lede-project.org./?a=commitdiff_plain;h=42aee37298f4b1d91ecb55530a62de249ecf4266;p=openwrt%2Fstaging%2Fblogic.git powerpc/configs: Add PPC4xx_OCM to ppc40x_defconfig There was recently a compilation break to this driver, but we didn't notice because none of our defconfigs have it enabled. Fix that. Signed-off-by: Michael Ellerman --- diff --git a/arch/powerpc/configs/ppc40x_defconfig b/arch/powerpc/configs/ppc40x_defconfig index 10fb1df63b46..689d7e276769 100644 --- a/arch/powerpc/configs/ppc40x_defconfig +++ b/arch/powerpc/configs/ppc40x_defconfig @@ -85,3 +85,4 @@ CONFIG_CRYPTO_ECB=y CONFIG_CRYPTO_PCBC=y CONFIG_CRYPTO_MD5=y CONFIG_CRYPTO_DES=y +CONFIG_PPC4xx_OCM=y