From 8fe645e8a008f2cf7302718dea1d386a7fe2eff2 Mon Sep 17 00:00:00 2001 From: Ben Hutchings Date: Wed, 27 Feb 2013 03:44:20 +0000 Subject: [PATCH] [x86] random: Change HW_RANDOM from module to built-in, to work around (Closes: #701784) svn path=/dists/sid/linux/; revision=19866 --- debian/changelog | 2 ++ debian/config/kernelarch-x86/config | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/debian/changelog b/debian/changelog index 2aab554c7..abfd8dada 100644 --- a/debian/changelog +++ b/debian/changelog @@ -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 Tue, 26 Feb 2013 02:19:28 +0000 diff --git a/debian/config/kernelarch-x86/config b/debian/config/kernelarch-x86/config index 0aadf769b..77d0945a1 100644 --- a/debian/config/kernelarch-x86/config +++ b/debian/config/kernelarch-x86/config @@ -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