blob: 92981c2383ee54680a0d5f2a78900b99b6fc9f22 [file] [log] [blame]
Greg Kroah-Hartman35045582008-09-24 14:46:44 -07001menuconfig 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
Matt LaPlante692105b2009-01-26 11:12:25 +01007 are placed here in order to get a wider audience to make use of
Greg Kroah-Hartman35045582008-09-24 14:46:44 -07008 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
Matt LaPlante692105b2009-01-26 11:12:25 +010015 commercial support organizations.
Greg Kroah-Hartman35045582008-09-24 14:46:44 -070016
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
Greg Kroah-Hartman0c4b9542008-11-07 21:12:17 -080024
Dmitry Baryshkov4b4cdf32008-11-28 00:01:28 +030025if STAGING
26
Greg Kroah-Hartman0c4b9542008-11-07 21:12:17 -080027config STAGING_EXCLUDE_BUILD
Linus Torvalds43e61712008-11-09 12:47:04 -080028 bool "Exclude Staging drivers from being built" if STAGING
Greg Kroah-Hartman0c4b9542008-11-07 21:12:17 -080029 default y
30 ---help---
31 Are you sure you really want to build the staging drivers?
32 They taint your kernel, don't live up to the normal Linux
33 kernel quality standards, are a bit crufty around the edges,
34 and might go off and kick your dog when you aren't paying
35 attention.
36
37 Say N here to be able to select and build the Staging drivers.
38 This option is primarily here to prevent them from being built
39 when selecting 'make allyesconfg' and 'make allmodconfig' so
40 don't be all that put off, your dog will be just fine.
41
42if !STAGING_EXCLUDE_BUILD
Greg Kroah-Hartman35045582008-09-24 14:46:44 -070043
Greg Kroah-Hartmancfb739b2008-04-03 17:30:53 -070044source "drivers/staging/et131x/Kconfig"
Greg Kroah-Hartman35045582008-09-24 14:46:44 -070045
Greg Kroah-Hartman4d6f6af2008-03-19 14:27:25 -070046source "drivers/staging/slicoss/Kconfig"
47
Greg Kroah-Hartman5db6b772008-08-21 14:04:55 -070048source "drivers/staging/sxg/Kconfig"
49
Greg Kroah-Hartmanc0f00582008-03-21 14:12:51 -070050source "drivers/staging/me4000/Kconfig"
51
David Kiliani3fedd142008-11-01 00:39:12 +010052source "drivers/staging/meilhaus/Kconfig"
53
Greg Kroah-Hartman866b8692008-02-15 16:53:09 -080054source "drivers/staging/go7007/Kconfig"
55
Takahiro Hirofuchi05a1f282008-07-09 14:56:51 -060056source "drivers/staging/usbip/Kconfig"
57
Pavel Machek66101de2008-10-01 14:36:56 +020058source "drivers/staging/winbond/Kconfig"
59
Greg Kroah-Hartman00b3ed12008-10-02 11:29:28 -070060source "drivers/staging/wlan-ng/Kconfig"
61
David Rowe10602db2008-10-06 21:41:46 -070062source "drivers/staging/echo/Kconfig"
63
Pavel Roskin99e06e32008-10-13 14:33:13 -070064source "drivers/staging/at76_usb/Kconfig"
65
Vijay Kumara14eddd2008-10-19 08:58:46 +053066source "drivers/staging/poch/Kconfig"
67
Li YanBo0f22aab2008-10-27 20:32:57 -070068source "drivers/staging/agnx/Kconfig"
69
Luis R. Rodriguez4bd43f52008-10-27 22:44:22 -070070source "drivers/staging/otus/Kconfig"
71
Greg Kroah-Hartman91980992008-10-28 14:48:09 -070072source "drivers/staging/rt2860/Kconfig"
73
Greg Kroah-Hartmanc55519f2008-12-17 17:04:23 -080074source "drivers/staging/rt2870/Kconfig"
75
David Schleefed9eccb2008-11-04 20:29:31 -080076source "drivers/staging/comedi/Kconfig"
77
Jakub Schmidtkefb534402008-11-04 23:46:58 -080078source "drivers/staging/asus_oled/Kconfig"
79
Willy Tarreau7005b582008-11-13 17:18:59 -080080source "drivers/staging/panel/Kconfig"
81
Leon Woestenbergc8801d82008-12-01 08:45:57 -050082source "drivers/staging/altpciechdma/Kconfig"
83
Greg Kroah-Hartmanc8d86be2008-12-04 20:01:41 -080084source "drivers/staging/rtl8187se/Kconfig"
85
Greg Kroah-Hartman28397ff2008-08-21 14:04:55 -070086source "drivers/staging/rspiusb/Kconfig"
87
Greg Kroah-Hartman6e16aee2008-06-24 15:19:47 +010088source "drivers/staging/mimio/Kconfig"
89
David Taht8da3dc22008-12-17 17:13:45 -080090source "drivers/staging/frontier/Kconfig"
91
Daniel Krueger9d7164c2008-12-19 11:41:57 -080092source "drivers/staging/epl/Kconfig"
93
Greg Kroah-Hartman6dc9c9e2008-12-19 17:21:40 -080094source "drivers/staging/android/Kconfig"
95
Greg Kroah-Hartman0c4b9542008-11-07 21:12:17 -080096endif # !STAGING_EXCLUDE_BUILD
Dmitry Baryshkov4b4cdf32008-11-28 00:01:28 +030097endif # STAGING