diff options
author | Peter Robinson <pbrobinson@gmail.com> | 2015-07-30 13:59:46 +0100 |
---|---|---|
committer | Peter Robinson <pbrobinson@gmail.com> | 2015-07-30 13:59:46 +0100 |
commit | f2b1b300d36dbada5d9e94ee7f60abea94a244b0 (patch) | |
tree | 25613f688eced91eea494f7fd01a54a5cdd3ad06 /config-powerpc64-generic | |
parent | b6e2727857c3bb7ecd81354447e8813d0b29ba59 (diff) | |
download | kernel-f2b1b300d36dbada5d9e94ee7f60abea94a244b0.tar.gz kernel-f2b1b300d36dbada5d9e94ee7f60abea94a244b0.tar.xz kernel-f2b1b300d36dbada5d9e94ee7f60abea94a244b0.zip |
Disable CRYPTO_DEV_VMX_ENCRYPT on PPC for now to fix Power 8 boot (rhbz 1237089)
Diffstat (limited to 'config-powerpc64-generic')
-rw-r--r-- | config-powerpc64-generic | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/config-powerpc64-generic b/config-powerpc64-generic index e0067f5e5..ce547a8d2 100644 --- a/config-powerpc64-generic +++ b/config-powerpc64-generic @@ -82,7 +82,7 @@ CONFIG_CRYPTO_DEV_NX_COMPRESS_PSERIES=m CONFIG_CRYPTO_DEV_NX_COMPRESS_POWERNV=m CONFIG_CRYPTO_DEV_NX_COMPRESS_CRYPTO=m CONFIG_CRYPTO_DEV_VMX=y -CONFIG_CRYPTO_DEV_VMX_ENCRYPT=y +# CONFIG_CRYPTO_DEV_VMX_ENCRYPT is not set CONFIG_XZ_DEC_POWERPC=y |