[powerpc/powerpc64] random: Change HW_RANDOM from module to built-in, to work around virtio-rng bug

svn path=/dists/sid/linux/; revision=19867
This commit is contained in:
Ben Hutchings 2013-02-27 03:48:11 +00:00
parent 8fe645e8a0
commit 753fc47bd3
2 changed files with 3 additions and 3 deletions

4
debian/changelog vendored
View File

@ -12,8 +12,8 @@ linux (3.2.39-2) UNRELEASED; urgency=high
in 3.2.38 (Closes: #701690)
* [armel/versatile] i2c: Re-enable I2C_PCA_PLATFORM as module, erroneously
disabled in 3.2.39-1 (fixes FTBFS)
* [x86] random: Change HW_RANDOM from module to built-in, to work around
(Closes: #701784)
* [x86,powerpc/powerpc64] random: Change HW_RANDOM from module to built-in,
to work around virtio-rng bug (Closes: #701784)
-- Ben Hutchings <ben@decadent.org.uk> Tue, 26 Feb 2013 02:19:28 +0000

View File

@ -95,7 +95,7 @@ CONFIG_PATA_AMD=m
##
## file: drivers/char/hw_random/Kconfig
##
CONFIG_HW_RANDOM=m
CONFIG_HW_RANDOM=y
CONFIG_HW_RANDOM_PASEMI=m
##