xref: /linux/drivers/staging/Kconfig (revision 44ed4f90a97ff6f339e50ac01db71544e0990efc)
1# SPDX-License-Identifier: GPL-2.0
2menuconfig STAGING
3	bool "Staging drivers"
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	  drivers/staging/<driver_name>/TODO file to see what needs to be
20	  worked on, and who to contact.
21
22	  If in doubt, say N here.
23
24
25if STAGING
26
27source "drivers/staging/olpc_dcon/Kconfig"
28
29source "drivers/staging/rtl8192e/Kconfig"
30
31source "drivers/staging/rtl8723bs/Kconfig"
32
33source "drivers/staging/rtl8712/Kconfig"
34
35source "drivers/staging/rts5208/Kconfig"
36
37source "drivers/staging/octeon/Kconfig"
38
39source "drivers/staging/vt6655/Kconfig"
40
41source "drivers/staging/vt6656/Kconfig"
42
43source "drivers/staging/iio/Kconfig"
44
45source "drivers/staging/sm750fb/Kconfig"
46
47source "drivers/staging/nvec/Kconfig"
48
49source "drivers/staging/media/Kconfig"
50
51source "drivers/staging/gdm724x/Kconfig"
52
53source "drivers/staging/fbtft/Kconfig"
54
55source "drivers/staging/most/Kconfig"
56
57source "drivers/staging/greybus/Kconfig"
58
59source "drivers/staging/vc04_services/Kconfig"
60
61source "drivers/staging/axis-fifo/Kconfig"
62
63source "drivers/staging/fieldbus/Kconfig"
64
65source "drivers/staging/vme_user/Kconfig"
66
67endif # STAGING
68