x86 centralize HW_RANDOM

as bonus side effects enables now also HW_RANDOM_VIA,
which got 64 bit clean.

svn path=/dists/trunk/linux-2.6/; revision=13950
This commit is contained in:
Maximilian Attems 2009-07-16 13:50:38 +00:00
parent dd586c0f7d
commit 8ebaba191b
4 changed files with 10 additions and 17 deletions

1
debian/changelog vendored
View File

@ -16,6 +16,7 @@ linux-2.6 (2.6.31~rc3-1~experimental.1) UNRELEASED; urgency=low
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

View File

@ -139,14 +139,6 @@ CONFIG_AGP_INTEL=m
CONFIG_AGP_SIS=m
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
##

View File

@ -157,15 +157,6 @@ CONFIG_AGP_SWORKS=m
CONFIG_AGP_VIA=m
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
##

View File

@ -108,6 +108,15 @@ CONFIG_KVM_AMD=m
CONFIG_XEN=y
# 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
##