x86: Enable dma engine.

first step for that bug closure, mark it pending,
as other options will be enabled too.

svn path=/dists/trunk/linux-2.6/; revision=11507
This commit is contained in:
Maximilian Attems 2008-06-02 22:37:04 +00:00
parent 0005b42e46
commit ad35616b47
3 changed files with 3 additions and 2 deletions

1
debian/changelog vendored
View File

@ -28,6 +28,7 @@ linux-2.6 (2.6.26~rc4-1~experimental.1) UNRELEASED; urgency=low
* Add recognised alsa cards to bug report.
* topconfig: Enable HYSDN, no longer broken on smp.
* Add request_firmware patch for keyspan.
* [x86]: Enable dma engine. (closes: #473331)
[ Martin Michlmayr ]
* [arm/orion5x] Update the config to reflect upstream renaming this

View File

@ -324,7 +324,7 @@ CONFIG_CPU_IDLE=y
##
## file: drivers/dma/Kconfig
##
# CONFIG_DMADEVICES is not set
CONFIG_DMADEVICES=y
CONFIG_INTEL_IOATDMA=m
##

View File

@ -422,7 +422,7 @@ CONFIG_CRYPTO_DEV_GEODE=m
##
## file: drivers/dma/Kconfig
##
# CONFIG_DMADEVICES is not set
CONFIG_DMADEVICES=y
CONFIG_INTEL_IOATDMA=m
##