diff options
author | Michael Ellerman <mpe@ellerman.id.au> | 2018-12-27 20:40:40 +1100 |
---|---|---|
committer | Michael Ellerman <mpe@ellerman.id.au> | 2018-12-30 14:00:47 +1100 |
commit | 42aee37298f4b1d91ecb55530a62de249ecf4266 (patch) | |
tree | fe2d3094faa29b80bbb92cfa47363ee2be35a580 /arch | |
parent | 52b88fa1e8c7bae03bb691178a9f8bfb64e5679f (diff) | |
download | linux-stable-42aee37298f4b1d91ecb55530a62de249ecf4266.tar.gz linux-stable-42aee37298f4b1d91ecb55530a62de249ecf4266.tar.bz2 linux-stable-42aee37298f4b1d91ecb55530a62de249ecf4266.zip |
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 <mpe@ellerman.id.au>
Diffstat (limited to 'arch')
-rw-r--r-- | arch/powerpc/configs/ppc40x_defconfig | 1 |
1 files changed, 1 insertions, 0 deletions
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 |