From c9604797ff3d2cf849f7274925020c0aa4c9a7cd Mon Sep 17 00:00:00 2001 From: Aurelien Jarno Date: Fri, 1 Mar 2013 18:14:24 +0000 Subject: [PATCH] [mips/octeon] Change HW_RANDOM and HW_RANDOM_OCTEON to modules. svn path=/dists/trunk/linux/; revision=19879 --- debian/changelog | 4 ++++ debian/config/mips/config.octeon | 4 ++-- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/debian/changelog b/debian/changelog index 4e6c14538..485940b19 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,8 +1,12 @@ linux (3.8-1~experimental.2) UNRELEASED; urgency=low + [ Ben Hutchings ] * linux-image: Increase minimum version of initramfs-tools to 0.110~ which copes with the recently renamed EHCI and NFS modules + [ Aurelien Jarno ] + * [mips/octeon] Change HW_RANDOM and HW_RANDOM_OCTEON to modules. + -- Ben Hutchings Fri, 01 Mar 2013 14:01:07 +0000 linux (3.8-1~experimental.1) experimental; urgency=low diff --git a/debian/config/mips/config.octeon b/debian/config/mips/config.octeon index 23c8d005f..b2eb50874 100644 --- a/debian/config/mips/config.octeon +++ b/debian/config/mips/config.octeon @@ -38,8 +38,8 @@ CONFIG_PATA_OCTEON_CF=y ## ## file: drivers/char/hw_random/Kconfig ## -CONFIG_HW_RANDOM=y -CONFIG_HW_RANDOM_OCTEON=y +CONFIG_HW_RANDOM=m +CONFIG_HW_RANDOM_OCTEON=m ## ## file: drivers/i2c/Kconfig