Merge branch 'master' of /home/gregkh/linux/git/torvalds-2.6
[deliverable/linux.git] / drivers / staging / Kconfig
CommitLineData
35045589
GKH
1menuconfig STAGING
2 bool "Staging drivers"
3 default n
4 ---help---
5 This option allows you to select a number of drivers that are
6 not of the "normal" Linux kernel quality level. These drivers
692105b8 7 are placed here in order to get a wider audience to make use of
35045589
GKH
8 them. Please note that these drivers are under heavy
9 development, may or may not work, and may contain userspace
10 interfaces that most likely will be changed in the near
11 future.
12
13 Using any of these drivers will taint your kernel which might
14 affect support options from both the community, and various
692105b8 15 commercial support organizations.
35045589
GKH
16
17 If you wish to work on these drivers, to help improve them, or
18 to report problems you have with them, please see the
19 driver_name.README file in the drivers/staging/ directory to
20 see what needs to be worked on, and who to contact.
21
22 If in doubt, say N here.
23
0c4b9545 24
4b4cdf39
DB
25if STAGING
26
0c4b9545 27config STAGING_EXCLUDE_BUILD
43e61711 28 bool "Exclude Staging drivers from being built" if STAGING
0c4b9545
GKH
29 default y
30 ---help---
31 Are you sure you really want to build the staging drivers?
32 They taint your kernel, don't live up to the normal Linux
33 kernel quality standards, are a bit crufty around the edges,
34 and might go off and kick your dog when you aren't paying
35 attention.
36
37 Say N here to be able to select and build the Staging drivers.
38 This option is primarily here to prevent them from being built
39 when selecting 'make allyesconfg' and 'make allmodconfig' so
40 don't be all that put off, your dog will be just fine.
41
42if !STAGING_EXCLUDE_BUILD
35045589 43
cfb739b4 44source "drivers/staging/et131x/Kconfig"
35045589 45
4d6f6af8
GKH
46source "drivers/staging/slicoss/Kconfig"
47
866b8695
GKH
48source "drivers/staging/go7007/Kconfig"
49
df72f32a
MCC
50source "drivers/staging/cx25821/Kconfig"
51
05a1f28e
TH
52source "drivers/staging/usbip/Kconfig"
53
66101de1
PM
54source "drivers/staging/winbond/Kconfig"
55
00b3ed16
GKH
56source "drivers/staging/wlan-ng/Kconfig"
57
10602db8
DR
58source "drivers/staging/echo/Kconfig"
59
a14eddda
VK
60source "drivers/staging/poch/Kconfig"
61
4bd43f50
LR
62source "drivers/staging/otus/Kconfig"
63
91980990
GKH
64source "drivers/staging/rt2860/Kconfig"
65
c55519ff
GKH
66source "drivers/staging/rt2870/Kconfig"
67
ed9eccbe
DS
68source "drivers/staging/comedi/Kconfig"
69
fb53440b
JS
70source "drivers/staging/asus_oled/Kconfig"
71
7005b584
WT
72source "drivers/staging/panel/Kconfig"
73
c8801d8c
LW
74source "drivers/staging/altpciechdma/Kconfig"
75
c8d86be3
GKH
76source "drivers/staging/rtl8187se/Kconfig"
77
5f53d8ca
JC
78source "drivers/staging/rtl8192su/Kconfig"
79
f61fb935
MCC
80source "drivers/staging/rtl8192u/Kconfig"
81
ecdfa446 82source "drivers/staging/rtl8192e/Kconfig"
28397ffe 83
6e16aee6
GKH
84source "drivers/staging/mimio/Kconfig"
85
8da3dc28
DT
86source "drivers/staging/frontier/Kconfig"
87
347a799c
PM
88source "drivers/staging/dream/Kconfig"
89
9539bec7
EP
90source "drivers/staging/dst/Kconfig"
91
18bc0bbd
EP
92source "drivers/staging/pohmelfs/Kconfig"
93
ecf47451
JB
94source "drivers/staging/b3dfg/Kconfig"
95
301df5dc
GKH
96source "drivers/staging/phison/Kconfig"
97
00db8a8e
GKH
98source "drivers/staging/p9auth/Kconfig"
99
4b5e781d
GKH
100source "drivers/staging/line6/Kconfig"
101
fb1d9738
JB
102source "drivers/gpu/drm/vmwgfx/Kconfig"
103
771fe6b9
JG
104source "drivers/gpu/drm/radeon/Kconfig"
105
6ee73861
BS
106source "drivers/gpu/drm/nouveau/Kconfig"
107
80ff0fd3
DD
108source "drivers/staging/octeon/Kconfig"
109
8ba911c7
BP
110source "drivers/staging/serqt_usb2/Kconfig"
111
c4f3020f
RA
112source "drivers/staging/quatech_usb2/Kconfig"
113
1d69a1c6
FB
114source "drivers/staging/vt6655/Kconfig"
115
5d1fe0c9 116source "drivers/staging/vt6656/Kconfig"
89a2c208 117
9a82e6df
GKH
118source "drivers/staging/udlfb/Kconfig"
119
c4ca0e9e
GKH
120source "drivers/staging/hv/Kconfig"
121
a17a75e2
MW
122source "drivers/staging/vme/Kconfig"
123
542385ee
AC
124source "drivers/staging/rar/Kconfig"
125
cd1bb431
MA
126source "drivers/staging/sep/Kconfig"
127
847ec80b
JC
128source "drivers/staging/iio/Kconfig"
129
306b0c95
NG
130source "drivers/staging/ramzswap/Kconfig"
131
68c0bdff
HG
132source "drivers/staging/wlags49_h2/Kconfig"
133
134source "drivers/staging/wlags49_h25/Kconfig"
135
5beef3c9
AL
136source "drivers/staging/batman-adv/Kconfig"
137
d189164a
GKH
138source "drivers/staging/samsung-laptop/Kconfig"
139
955015bb
JL
140source "drivers/staging/strip/Kconfig"
141
e38879ef
JL
142source "drivers/staging/arlan/Kconfig"
143
0234f84e
JL
144source "drivers/staging/wavelan/Kconfig"
145
4b578354
JL
146source "drivers/staging/netwave/Kconfig"
147
0c4b9545 148endif # !STAGING_EXCLUDE_BUILD
4b4cdf39 149endif # STAGING
This page took 0.168653 seconds and 5 git commands to generate.