]> bbs.cooldavid.org Git - net-next-2.6.git/blame - drivers/staging/Kconfig
Staging: pohmelfs: transaction layer.
[net-next-2.6.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
7 are placed here in order to get a wider audience for use of
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
15 commercial support orginizations.
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
DES
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
5db6b777
GKH
48source "drivers/staging/sxg/Kconfig"
49
c0f00588
GKH
50source "drivers/staging/me4000/Kconfig"
51
3fedd148
DK
52source "drivers/staging/meilhaus/Kconfig"
53
866b8695
GKH
54source "drivers/staging/go7007/Kconfig"
55
05a1f28e
TH
56source "drivers/staging/usbip/Kconfig"
57
66101de1
PM
58source "drivers/staging/winbond/Kconfig"
59
00b3ed16
GKH
60source "drivers/staging/wlan-ng/Kconfig"
61
10602db8
DR
62source "drivers/staging/echo/Kconfig"
63
99e06e37
PR
64source "drivers/staging/at76_usb/Kconfig"
65
a14eddda
VK
66source "drivers/staging/poch/Kconfig"
67
0f22aab8
LY
68source "drivers/staging/agnx/Kconfig"
69
4bd43f50
LR
70source "drivers/staging/otus/Kconfig"
71
91980990
GKH
72source "drivers/staging/rt2860/Kconfig"
73
c55519ff
GKH
74source "drivers/staging/rt2870/Kconfig"
75
ed9eccbe
DS
76source "drivers/staging/comedi/Kconfig"
77
fb53440b
JS
78source "drivers/staging/asus_oled/Kconfig"
79
7005b584
WT
80source "drivers/staging/panel/Kconfig"
81
c8801d8c
LW
82source "drivers/staging/altpciechdma/Kconfig"
83
c8d86be3
GKH
84source "drivers/staging/rtl8187se/Kconfig"
85
28397ffe
GKH
86source "drivers/staging/rspiusb/Kconfig"
87
6e16aee6
GKH
88source "drivers/staging/mimio/Kconfig"
89
8da3dc28
DT
90source "drivers/staging/frontier/Kconfig"
91
9d7164cf
DK
92source "drivers/staging/epl/Kconfig"
93
6dc9c9e8
GKH
94source "drivers/staging/android/Kconfig"
95
9539bec7
EP
96source "drivers/staging/dst/Kconfig"
97
0c4b9545 98endif # !STAGING_EXCLUDE_BUILD
4b4cdf39 99endif # STAGING