From 107cc7895c173cd475abc0e6e900978e85b8c3b3 Mon Sep 17 00:00:00 2001 From: Justin M. Forbes Date: Sep 18 2012 14:44:21 +0000 Subject: Enable POWER7+ crypto modules (rhbz 857971) --- diff --git a/config-powerpc64 b/config-powerpc64 index 5be9caa..af7c05a 100644 --- a/config-powerpc64 +++ b/config-powerpc64 @@ -163,8 +163,8 @@ CONFIG_PPC_ICSWX=y CONFIG_IO_EVENT_IRQ=y CONFIG_HW_RANDOM_AMD=m -# CONFIG_HW_RANDOM_PSERIES is not set -# CONFIG_CRYPTO_DEV_NX is not set +CONFIG_HW_RANDOM_PSERIES=m +CONFIG_CRYPTO_DEV_NX=m CONFIG_BPF_JIT=y diff --git a/kernel.spec b/kernel.spec index 6d1ec25..5bbfa64 100644 --- a/kernel.spec +++ b/kernel.spec @@ -2326,7 +2326,10 @@ fi # '-' | | # '-' %changelog -* Mon Sep 17 2012 Justin M. Forbes +* Tue Sep 18 2012 Justin M. Forbes +- Enable POWER7+ crypto modules (rhbz 857971) + +* Mon Sep 17 2012 Justin M. Forbes 3.5.4-1 - Linux 3.5.4 * Tue Sep 11 2012 Justin M. Forbes