]> git.proxmox.com Git - mirror_ubuntu-artful-kernel.git/blame - drivers/staging/Kconfig
Staging: add w35und wifi driver
[mirror_ubuntu-artful-kernel.git] / drivers / staging / Kconfig
CommitLineData
35045589
GKH
1menuconfig 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 for 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 orginizations.
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
24if STAGING
25
cfb739b4 26source "drivers/staging/et131x/Kconfig"
35045589 27
4d6f6af8
GKH
28source "drivers/staging/slicoss/Kconfig"
29
5db6b777
GKH
30source "drivers/staging/sxg/Kconfig"
31
c0f00588
GKH
32source "drivers/staging/me4000/Kconfig"
33
866b8695
GKH
34source "drivers/staging/go7007/Kconfig"
35
05a1f28e
TH
36source "drivers/staging/usbip/Kconfig"
37
66101de1
PM
38source "drivers/staging/winbond/Kconfig"
39
35045589 40endif # STAGING