]> git.ipfire.org Git - thirdparty/kernel/stable.git/blob - drivers/staging/Kconfig
staging: Remove board staging code
[thirdparty/kernel/stable.git] / drivers / staging / Kconfig
1 # SPDX-License-Identifier: GPL-2.0
2 menuconfig 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
25 if STAGING
26
27 source "drivers/staging/wlan-ng/Kconfig"
28
29 source "drivers/staging/olpc_dcon/Kconfig"
30
31 source "drivers/staging/rtl8192e/Kconfig"
32
33 source "drivers/staging/rtl8723bs/Kconfig"
34
35 source "drivers/staging/rtl8712/Kconfig"
36
37 source "drivers/staging/rts5208/Kconfig"
38
39 source "drivers/staging/octeon/Kconfig"
40
41 source "drivers/staging/vt6655/Kconfig"
42
43 source "drivers/staging/vt6656/Kconfig"
44
45 source "drivers/staging/iio/Kconfig"
46
47 source "drivers/staging/sm750fb/Kconfig"
48
49 source "drivers/staging/nvec/Kconfig"
50
51 source "drivers/staging/media/Kconfig"
52
53 source "drivers/staging/gdm724x/Kconfig"
54
55 source "drivers/staging/fbtft/Kconfig"
56
57 source "drivers/staging/most/Kconfig"
58
59 source "drivers/staging/ks7010/Kconfig"
60
61 source "drivers/staging/greybus/Kconfig"
62
63 source "drivers/staging/vc04_services/Kconfig"
64
65 source "drivers/staging/pi433/Kconfig"
66
67 source "drivers/staging/axis-fifo/Kconfig"
68
69 source "drivers/staging/fieldbus/Kconfig"
70
71 source "drivers/staging/vme_user/Kconfig"
72
73 endif # STAGING