diff options
author | William Pitcock <nenolod@dereferenced.org> | 2011-01-28 14:28:37 -0600 |
---|---|---|
committer | William Pitcock <nenolod@dereferenced.org> | 2011-01-28 14:28:37 -0600 |
commit | 7fff8e689ed713e0a5dee8818aec4b735f0ec333 (patch) | |
tree | 2e823e9a619b85f8c1d5919234ea484f438dddbe /main/linux-grsec/kernelconfig.x86 | |
parent | fbb99e0d53ffd04856b1b498b9f340bc45a12b60 (diff) | |
download | aports-7fff8e689ed713e0a5dee8818aec4b735f0ec333.tar.bz2 aports-7fff8e689ed713e0a5dee8818aec4b735f0ec333.tar.xz |
main/linux-grsec: enable nouveau on x86 too
Diffstat (limited to 'main/linux-grsec/kernelconfig.x86')
-rw-r--r-- | main/linux-grsec/kernelconfig.x86 | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/main/linux-grsec/kernelconfig.x86 b/main/linux-grsec/kernelconfig.x86 index 498f17bf8e..3dffe3e222 100644 --- a/main/linux-grsec/kernelconfig.x86 +++ b/main/linux-grsec/kernelconfig.x86 @@ -1,7 +1,7 @@ # # Automatically generated make config: don't edit -# Linux kernel version: 2.6.35.9 -# Tue Dec 7 13:46:27 2010 +# Linux kernel version: 2.6.35.10 +# Fri Jan 28 14:26:26 2011 # # CONFIG_64BIT is not set CONFIG_X86_32=y @@ -4265,7 +4265,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 |