Merge remote-tracking branch 'remotes/kernel-2.6.32/develop' into develop-2.6.36
[firefly-linux-kernel-4.4.55.git] / drivers / staging / Kconfig
1 menuconfig 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 to make 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 organizations.
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
24
25 if STAGING
26
27 config STAGING_EXCLUDE_BUILD
28         bool "Exclude Staging drivers from being built" if STAGING
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
42 if !STAGING_EXCLUDE_BUILD
43
44 source "drivers/staging/et131x/Kconfig"
45
46 source "drivers/staging/slicoss/Kconfig"
47
48 source "drivers/staging/go7007/Kconfig"
49
50 source "drivers/staging/cx25821/Kconfig"
51
52 source "drivers/staging/tm6000/Kconfig"
53
54 source "drivers/staging/usbip/Kconfig"
55
56 source "drivers/staging/winbond/Kconfig"
57
58 source "drivers/staging/wlan-ng/Kconfig"
59
60 source "drivers/staging/echo/Kconfig"
61
62 source "drivers/staging/otus/Kconfig"
63
64 source "drivers/staging/rt2860/Kconfig"
65
66 source "drivers/staging/rt2870/Kconfig"
67
68 source "drivers/staging/comedi/Kconfig"
69
70 source "drivers/staging/asus_oled/Kconfig"
71
72 source "drivers/staging/panel/Kconfig"
73
74 source "drivers/staging/rtl8187se/Kconfig"
75
76 source "drivers/staging/rtl8192su/Kconfig"
77
78 source "drivers/staging/rtl8192u/Kconfig"
79
80 source "drivers/staging/rtl8192e/Kconfig"
81
82 source "drivers/staging/frontier/Kconfig"
83
84 source "drivers/staging/android/Kconfig"
85
86 source "drivers/staging/dream/Kconfig"
87
88 source "drivers/staging/pohmelfs/Kconfig"
89
90 source "drivers/staging/phison/Kconfig"
91
92 source "drivers/staging/line6/Kconfig"
93
94 source "drivers/gpu/drm/vmwgfx/Kconfig"
95
96 source "drivers/gpu/drm/nouveau/Kconfig"
97
98 source "drivers/staging/octeon/Kconfig"
99
100 source "drivers/staging/serqt_usb2/Kconfig"
101
102 source "drivers/staging/spectra/Kconfig"
103
104 source "drivers/staging/quatech_usb2/Kconfig"
105
106 source "drivers/staging/vt6655/Kconfig"
107
108 source "drivers/staging/vt6656/Kconfig"
109
110 source "drivers/staging/udlfb/Kconfig"
111
112 source "drivers/staging/hv/Kconfig"
113
114 source "drivers/staging/vme/Kconfig"
115
116 source "drivers/staging/memrar/Kconfig"
117
118 source "drivers/staging/iio/Kconfig"
119
120 source "drivers/staging/rk29/vivante/Kconfig"
121 source "drivers/staging/rk29/ipp/Kconfig"
122
123 source "drivers/staging/zram/Kconfig"
124
125 source "drivers/staging/wlags49_h2/Kconfig"
126
127 source "drivers/staging/wlags49_h25/Kconfig"
128
129 source "drivers/staging/batman-adv/Kconfig"
130
131 source "drivers/staging/samsung-laptop/Kconfig"
132
133 source "drivers/staging/sm7xx/Kconfig"
134
135 source "drivers/staging/dt3155v4l/Kconfig"
136
137 source "drivers/staging/crystalhd/Kconfig"
138
139 source "drivers/staging/cxt1e1/Kconfig"
140
141 source "drivers/staging/ti-st/Kconfig"
142
143 source "drivers/staging/adis16255/Kconfig"
144
145 source "drivers/staging/xgifb/Kconfig"
146
147 source "drivers/staging/mrst-touchscreen/Kconfig"
148
149 source "drivers/staging/msm/Kconfig"
150
151 source "drivers/staging/lirc/Kconfig"
152
153 source "drivers/staging/easycap/Kconfig"
154
155 source "drivers/staging/solo6x10/Kconfig"
156
157 source "drivers/staging/tidspbridge/Kconfig"
158
159 source "drivers/staging/quickstart/Kconfig"
160
161 endif # !STAGING_EXCLUDE_BUILD
162 endif # STAGING