* debian/changelog: Update.

* debian/config/kernelarch-x86/config-arch-64:
  Make AGP and AGP_AMD64 again built-in.

svn path=/dists/trunk/linux-2.6/; revision=14992
This commit is contained in:
Bastian Blank 2010-01-25 12:51:29 +00:00
parent 59dfd89bbc
commit 5d95621eaa
2 changed files with 9 additions and 0 deletions

2
debian/changelog vendored
View File

@ -52,6 +52,8 @@ linux-2.6 (2.6.32-6) UNRELEASED; urgency=low
[ Bastian Blank ]
* Enable all NCP file system options.
* [amd64] Make AGP support again built-in to fullfill the not completely
documented dependency with GART IOMMU support. (closes: #561552)
-- Ben Hutchings <ben@decadent.org.uk> Sun, 10 Jan 2010 17:38:50 +0000

View File

@ -60,6 +60,13 @@ CONFIG_SPECIALIX=m
CONFIG_RIO=m
CONFIG_RIO_OLDPCI=y
##
## file: drivers/char/agp/Kconfig
##
CONFIG_AGP=y
#. Needed by GART_IOMMU
CONFIG_AGP_AMD64=y
##
## file: drivers/i2c/busses/Kconfig
##