~ubuntu-branches/ubuntu/natty/linux-backports-modules-2.6.32/natty

« back to all changes in this revision

Viewing changes to updates/nouveau/nouveau/Kconfig

  • Committer: Bazaar Package Importer
  • Author(s): Andy Whitcroft, Andy Whitcroft, Tim Gardner
  • Date: 2010-03-08 08:59:41 UTC
  • Revision ID: james.westby@ubuntu.com-20100308085941-rrlpd5wtuh7m2an9
Tags: 2.6.32-16.6
[ Andy Whitcroft ]

* Lucid ABI 16
* nouveau -- make the nouveau package an optional build
* nouveau -- disable generation of nouveau
* nouveau -- drop the redundant nouveau source

[ Tim Gardner ]

* Added iwlwifi 6000 series firmware
* udev expects firmware in /lib/firmware/updates/`uname -r`

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
config DRM_NOUVEAU
2
 
        tristate "Nouveau (nVidia) cards"
3
 
        depends on DRM
4
 
        select FW_LOADER
5
 
        select DRM_KMS_HELPER
6
 
        select DRM_TTM
7
 
        select FB_CFB_FILLRECT
8
 
        select FB_CFB_COPYAREA
9
 
        select FB_CFB_IMAGEBLIT
10
 
        select FB
11
 
        select FRAMEBUFFER_CONSOLE if !EMBEDDED
12
 
        select FB_BACKLIGHT if DRM_NOUVEAU_BACKLIGHT
13
 
        help
14
 
          Choose this option for open-source nVidia support.
15
 
 
16
 
config DRM_NOUVEAU_BACKLIGHT
17
 
        bool "Support for backlight control"
18
 
        depends on DRM_NOUVEAU
19
 
        default y
20
 
        help
21
 
          Say Y here if you want to control the backlight of your display
22
 
          (e.g. a laptop panel).
23
 
 
24
 
config DRM_NOUVEAU_DEBUG
25
 
        bool "Build in Nouveau's debugfs support"
26
 
        depends on DRM_NOUVEAU && DEBUG_FS
27
 
        default y
28
 
        help
29
 
          Say Y here if you want Nouveau to output debugging information
30
 
          via debugfs.
31
 
 
32
 
menu "I2C encoder or helper chips"
33
 
     depends on DRM && DRM_KMS_HELPER && I2C
34
 
 
35
 
config DRM_I2C_CH7006
36
 
        tristate "Chrontel ch7006 TV encoder"
37
 
        default m if DRM_NOUVEAU
38
 
        help
39
 
          Support for Chrontel ch7006 and similar TV encoders, found
40
 
          on some nVidia video cards.
41
 
 
42
 
          This driver is currently only useful if you're also using
43
 
          the nouveau driver.
44
 
endmenu