[mips/octeon] Change HW_RANDOM and HW_RANDOM_OCTEON to modules.

svn path=/dists/trunk/linux/; revision=19879
This commit is contained in:
Aurelien Jarno 2013-03-01 18:14:24 +00:00
parent 144cc9c9b5
commit c9604797ff
2 changed files with 6 additions and 2 deletions

4
debian/changelog vendored
View File

@ -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 <ben@decadent.org.uk> Fri, 01 Mar 2013 14:01:07 +0000
linux (3.8-1~experimental.1) experimental; urgency=low

View File

@ -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