diff options
author | William Pitcock <nenolod@dereferenced.org> | 2011-01-28 14:27:07 -0600 |
---|---|---|
committer | William Pitcock <nenolod@dereferenced.org> | 2011-01-28 14:27:07 -0600 |
commit | fbb99e0d53ffd04856b1b498b9f340bc45a12b60 (patch) | |
tree | cbd84ec53b4894e1431f0ba5ae98a177dff32093 /main/linux-grsec | |
parent | 95c3f2b26593db96fd98975994093be48b515358 (diff) | |
download | aports-fbb99e0d53ffd04856b1b498b9f340bc45a12b60.tar.bz2 aports-fbb99e0d53ffd04856b1b498b9f340bc45a12b60.tar.xz |
main/linux-grsec: enable nouveau on x86_64
Diffstat (limited to 'main/linux-grsec')
-rw-r--r-- | main/linux-grsec/kernelconfig.x86_64 | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/main/linux-grsec/kernelconfig.x86_64 b/main/linux-grsec/kernelconfig.x86_64 index 45a426de26..a13ed23dbb 100644 --- a/main/linux-grsec/kernelconfig.x86_64 +++ b/main/linux-grsec/kernelconfig.x86_64 @@ -1,7 +1,7 @@ # # Automatically generated make config: don't edit # Linux kernel version: 2.6.35.10 -# Thu Jan 13 09:16:04 2011 +# Fri Jan 28 14:26:26 2011 # CONFIG_64BIT=y # CONFIG_X86_32 is not set @@ -4086,7 +4086,9 @@ CONFIG_STAGING=y # CONFIG_IDE_PHISON is not set # CONFIG_LINE6_USB is not set # CONFIG_DRM_VMWGFX is not set -# CONFIG_DRM_NOUVEAU is not set +CONFIG_DRM_NOUVEAU=m +CONFIG_DRM_NOUVEAU_BACKLIGHT=y +CONFIG_DRM_NOUVEAU_DEBUG=y # # I2C encoder or helper chips |