OSDN Git Service

initial import
[android-x86/device-viliv-s5.git] / psb-kernel-source-4.41.1 / Kconfig
1 #
2 # Drm device configuration
3 #
4 # This driver provides support for the
5 # Direct Rendering Infrastructure (DRI) in XFree86 4.1.0 and higher.
6 #
7 config DRM
8         bool "Direct Rendering Manager (XFree86 4.1.0 and higher DRI support)"
9         help
10           Kernel-level support for the Direct Rendering Infrastructure (DRI)
11           introduced in XFree86 4.0. If you say Y here, you need to select
12           the module that's right for your graphics card from the list below.
13           These modules provide support for synchronization, security, and
14           DMA transfers. Please see <http://dri.sourceforge.net/> for more
15           details.  You should also select and configure AGP
16           (/dev/agpgart) support.
17
18 config DRM_TDFX
19         tristate "3dfx Banshee/Voodoo3+"
20         depends on DRM && PCI
21         help
22           Choose this option if you have a 3dfx Banshee or Voodoo3 (or later),
23           graphics card.  If M is selected, the module will be called tdfx.
24
25 config DRM_R128
26         tristate "ATI Rage 128"
27         depends on DRM && PCI
28         help
29           Choose this option if you have an ATI Rage 128 graphics card.  If M
30           is selected, the module will be called r128.  AGP support for
31           this card is strongly suggested (unless you have a PCI version).
32
33 config DRM_RADEON
34         tristate "ATI Radeon"
35         depends on DRM && PCI
36         help
37           Choose this option if you have an ATI Radeon graphics card.  There
38           are both PCI and AGP versions.  You don't need to choose this to
39           run the Radeon in plain VGA mode.  There is a product page at
40           <http://www.ati.com/na/pages/products/pc/radeon32/index.html>.
41           If M is selected, the module will be called radeon.
42
43 config DRM_I810
44         tristate "Intel I810"
45         depends on DRM && AGP && AGP_INTEL
46         help
47           Choose this option if you have an Intel I810 graphics card.  If M is
48           selected, the module will be called i810.  AGP support is required
49           for this driver to work.
50
51 choice
52         prompt "Intel 830M, 845G, 852GM, 855GM, 865G"
53         depends on DRM && AGP && AGP_INTEL
54         optional
55
56 config DRM_I915
57         tristate "i915 driver"
58         depends on DRM && AGP && AGP_INTEL
59         help
60           Choose this option if you have a system that has Intel 830M, 845G,
61           852GM, 855GM, 865G, 915G, 915GM, 945G, 945GM and 965G integrated 
62           graphics.  If M is selected, the module will be called i915.  
63           AGP support is required for this driver to work.
64         
65 endchoice
66
67 config DRM_MGA
68         tristate "Matrox g200/g400"
69         depends on DRM && (!X86_64 || BROKEN) && (!PPC || BROKEN)
70         help
71           Choose this option if you have a Matrox G200, G400, G450 or G550
72           graphics card.  If M is selected, the module will be called mga.
73
74 config DRM_SIS
75         tristate "SiS video cards"
76         depends on DRM
77         help
78           Choose this option if you have a SiS 630 or compatible video 
79           chipset. If M is selected the module will be called sis.
80
81 config DRM_VIA
82         tristate "Via unichrome video cards"
83         depends on DRM 
84         help
85           Choose this option if you have a Via unichrome or compatible video 
86           chipset. If M is selected the module will be called via.
87
88 config DRM_MACH64
89         tristate "ATI Rage Pro (Mach64)"
90         depends on DRM && PCI
91         help
92           Choose this option if you have an ATI Rage Pro (mach64 chipset)
93           graphics card.  Example cards include:  3D Rage Pro, Xpert 98,
94           3D Rage LT Pro, 3D Rage XL/XC, and 3D Rage Mobility (P/M, M1).
95           Cards earlier than ATI Rage Pro (e.g. Rage II) are not supported.
96           If M is selected, the module will be called mach64.  AGP support for
97           this card is strongly suggested (unless you have a PCI version).
98
99 config DRM_PSB
100         tristate "Intel Poulsbo"
101         depends on DRM && PCI && I2C_ALGOBIT
102         help
103           Choose