xref: /linux/drivers/staging/Kconfig (revision e716e69cf67bb45c49653b884f88d8e97f454f50)
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/rtl8723bs/Kconfig"
28
29source "drivers/staging/octeon/Kconfig"
30
31source "drivers/staging/iio/Kconfig"
32
33source "drivers/staging/sm750fb/Kconfig"
34
35source "drivers/staging/nvec/Kconfig"
36
37source "drivers/staging/media/Kconfig"
38
39source "drivers/staging/fbtft/Kconfig"
40
41source "drivers/staging/most/Kconfig"
42
43source "drivers/staging/greybus/Kconfig"
44
45source "drivers/staging/vc04_services/Kconfig"
46
47source "drivers/staging/axis-fifo/Kconfig"
48
49source "drivers/staging/vme_user/Kconfig"
50
51endif # STAGING
52