staging: vme: Move 'vme/devices/' to 'vme_user/'
[linux-block.git] / drivers / staging / Kconfig
CommitLineData
99b75a4e 1# SPDX-License-Identifier: GPL-2.0
35045589
GKH
2menuconfig STAGING
3 bool "Staging drivers"
a7f7f624 4 help
35045589
GKH
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
87b48bbc
AK
19 drivers/staging/<driver_name>/TODO file to see what needs to be
20 worked on, and who to contact.
35045589
GKH
21
22 If in doubt, say N here.
23
0c4b9545 24
4b4cdf39
DB
25if STAGING
26
00b3ed16
GKH
27source "drivers/staging/wlan-ng/Kconfig"
28
53c43c5c
GKH
29source "drivers/staging/olpc_dcon/Kconfig"
30
f61fb935
MCC
31source "drivers/staging/rtl8192u/Kconfig"
32
ecdfa446 33source "drivers/staging/rtl8192e/Kconfig"
28397ffe 34
554c0a3a
HG
35source "drivers/staging/rtl8723bs/Kconfig"
36
2865d42c
LF
37source "drivers/staging/rtl8712/Kconfig"
38
d8133ef6
PP
39source "drivers/staging/r8188eu/Kconfig"
40
fa590c22
MC
41source "drivers/staging/rts5208/Kconfig"
42
422d97b8
CP
43source "drivers/staging/octeon/Kconfig"
44
96b06c0a
CP
45source "drivers/staging/octeon-usb/Kconfig"
46
1d69a1c6
FB
47source "drivers/staging/vt6655/Kconfig"
48
5d1fe0c9 49source "drivers/staging/vt6656/Kconfig"
89a2c208 50
847ec80b
JC
51source "drivers/staging/iio/Kconfig"
52
81dee67e
SM
53source "drivers/staging/sm750fb/Kconfig"
54
33aa8d45 55source "drivers/staging/emxx_udc/Kconfig"
f7c1be0c 56
32890b98
MD
57source "drivers/staging/nvec/Kconfig"
58
4860c738 59source "drivers/staging/media/Kconfig"
9d8e18b1 60
382063d9
MD
61source "drivers/staging/board/Kconfig"
62
61e12104
WK
63source "drivers/staging/gdm724x/Kconfig"
64
e5711071
PH
65source "drivers/staging/fwserial/Kconfig"
66
812283cd
SB
67source "drivers/staging/clocking-wizard/Kconfig"
68
c296d5f9
TP
69source "drivers/staging/fbtft/Kconfig"
70
57562a72
CG
71source "drivers/staging/most/Kconfig"
72
13a9930d
WS
73source "drivers/staging/ks7010/Kconfig"
74
d4f56b47
GKH
75source "drivers/staging/greybus/Kconfig"
76
71bad7f0 77source "drivers/staging/vc04_services/Kconfig"
78
874bcba6
MW
79source "drivers/staging/pi433/Kconfig"
80
4a965c5f
JF
81source "drivers/staging/axis-fifo/Kconfig"
82
f9a82c48
SVA
83source "drivers/staging/fieldbus/Kconfig"
84
955315b0
BP
85source "drivers/staging/qlge/Kconfig"
86
e36c9c00 87source "drivers/staging/vme_user/Kconfig"
adebf457 88
4b4cdf39 89endif # STAGING