[kernel] r13950 - in dists/trunk/linux-2.6/debian: . config/amd64 config/i386 config/kernelarch-x86
Maximilian Attems
maks at alioth.debian.org
Thu Jul 16 13:50:41 UTC 2009
Author: maks
Date: Thu Jul 16 13:50:38 2009
New Revision: 13950
Log:
x86 centralize HW_RANDOM
as bonus side effects enables now also HW_RANDOM_VIA,
which got 64 bit clean.
Modified:
dists/trunk/linux-2.6/debian/changelog
dists/trunk/linux-2.6/debian/config/amd64/config
dists/trunk/linux-2.6/debian/config/i386/config
dists/trunk/linux-2.6/debian/config/kernelarch-x86/config
Modified: dists/trunk/linux-2.6/debian/changelog
==============================================================================
--- dists/trunk/linux-2.6/debian/changelog Thu Jul 16 13:44:07 2009 (r13949)
+++ dists/trunk/linux-2.6/debian/changelog Thu Jul 16 13:50:38 2009 (r13950)
@@ -16,6 +16,7 @@
WL12XX, PPS, AB3100_CORE, SND_HDA_INPUT_JACK,MMC_SDHCI_PLTFM,
MMC_CB710, MMC_VIA_SDMMC, LEDS_LP3944, RTC_DRV_RX8025.
* Disable v4l1 ov511 and quickcam_messenger drivers.
+ * [x86_64] Enable HW_RANDOM_VIA.
[ Ben Hutchings ]
* mga: remove unnecessary change from firmware-loading patch
Modified: dists/trunk/linux-2.6/debian/config/amd64/config
==============================================================================
--- dists/trunk/linux-2.6/debian/config/amd64/config Thu Jul 16 13:44:07 2009 (r13949)
+++ dists/trunk/linux-2.6/debian/config/amd64/config Thu Jul 16 13:50:38 2009 (r13950)
@@ -140,14 +140,6 @@
CONFIG_AGP_VIA=m
##
-## file: drivers/char/hw_random/Kconfig
-##
-CONFIG_HW_RANDOM=m
-CONFIG_HW_RANDOM_INTEL=m
-CONFIG_HW_RANDOM_AMD=m
-CONFIG_HW_RANDOM_GEODE=m
-
-##
## file: drivers/char/ipmi/Kconfig
##
CONFIG_IPMI_HANDLER=m
Modified: dists/trunk/linux-2.6/debian/config/i386/config
==============================================================================
--- dists/trunk/linux-2.6/debian/config/i386/config Thu Jul 16 13:44:07 2009 (r13949)
+++ dists/trunk/linux-2.6/debian/config/i386/config Thu Jul 16 13:50:38 2009 (r13950)
@@ -158,15 +158,6 @@
CONFIG_AGP_EFFICEON=m
##
-## file: drivers/char/hw_random/Kconfig
-##
-CONFIG_HW_RANDOM=m
-CONFIG_HW_RANDOM_INTEL=m
-CONFIG_HW_RANDOM_AMD=m
-CONFIG_HW_RANDOM_GEODE=m
-CONFIG_HW_RANDOM_VIA=m
-
-##
## file: drivers/char/ipmi/Kconfig
##
CONFIG_IPMI_HANDLER=m
Modified: dists/trunk/linux-2.6/debian/config/kernelarch-x86/config
==============================================================================
--- dists/trunk/linux-2.6/debian/config/kernelarch-x86/config Thu Jul 16 13:44:07 2009 (r13949)
+++ dists/trunk/linux-2.6/debian/config/kernelarch-x86/config Thu Jul 16 13:50:38 2009 (r13950)
@@ -109,6 +109,15 @@
# CONFIG_XEN_DEBUG_FS is not set
##
+## file: drivers/char/hw_random/Kconfig
+##
+CONFIG_HW_RANDOM=m
+CONFIG_HW_RANDOM_INTEL=m
+CONFIG_HW_RANDOM_AMD=m
+CONFIG_HW_RANDOM_VIA=m
+CONFIG_HW_RANDOM_GEODE=m
+
+##
## file: drivers/acpi/Kconfig
##
CONFIG_ACPI=y
More information about the Kernel-svn-changes
mailing list