[x86] random: Change HW_RANDOM from module to built-in, to work around (Closes: #701784)

svn path=/dists/sid/linux/; revision=19866
This commit is contained in:
Ben Hutchings 2013-02-27 03:44:20 +00:00
parent 1fc13b314e
commit 8fe645e8a0
2 changed files with 3 additions and 1 deletions

2
debian/changelog vendored
View File

@ -12,6 +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)
-- Ben Hutchings <ben@decadent.org.uk> Tue, 26 Feb 2013 02:19:28 +0000

View File

@ -293,7 +293,7 @@ CONFIG_AGP_VIA=y
##
## file: drivers/char/hw_random/Kconfig
##
CONFIG_HW_RANDOM=m
CONFIG_HW_RANDOM=y
CONFIG_HW_RANDOM_INTEL=m
CONFIG_HW_RANDOM_AMD=m
CONFIG_HW_RANDOM_GEODE=m