blob: aec18bcd6e5b681982de61de6b37f688102bfd97 [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-Hartmanc0f005882008-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
Greg Kroah-Hartmane642f092009-02-25 16:14:55 -080076source "drivers/staging/rt3070/Kconfig"
77
Bartlomiej Zolnierkiewicz36c79282009-06-25 15:40:31 +020078source "drivers/staging/rt3090/Kconfig"
79
David Schleefed9eccb2008-11-04 20:29:31 -080080source "drivers/staging/comedi/Kconfig"
81
Jakub Schmidtkefb534402008-11-04 23:46:58 -080082source "drivers/staging/asus_oled/Kconfig"
83
Willy Tarreau7005b582008-11-13 17:18:59 -080084source "drivers/staging/panel/Kconfig"
85
Leon Woestenbergc8801d82008-12-01 08:45:57 -050086source "drivers/staging/altpciechdma/Kconfig"
87
Greg Kroah-Hartmanc8d86be2008-12-04 20:01:41 -080088source "drivers/staging/rtl8187se/Kconfig"
89
Jerry Chuang5f53d8c2009-05-21 22:16:02 -070090source "drivers/staging/rtl8192su/Kconfig"
91
Greg Kroah-Hartman28397ff2008-08-21 14:04:55 -070092source "drivers/staging/rspiusb/Kconfig"
93
Greg Kroah-Hartman6e16aee2008-06-24 15:19:47 +010094source "drivers/staging/mimio/Kconfig"
95
David Taht8da3dc22008-12-17 17:13:45 -080096source "drivers/staging/frontier/Kconfig"
97
Daniel Krueger9d7164c2008-12-19 11:41:57 -080098source "drivers/staging/epl/Kconfig"
99
Greg Kroah-Hartman6dc9c9e2008-12-19 17:21:40 -0800100source "drivers/staging/android/Kconfig"
101
Pavel Machek347a7992009-08-08 14:27:02 +0200102source "drivers/staging/dream/Kconfig"
103
Evgeniy Polyakov9539bec2009-01-14 02:05:33 +0300104source "drivers/staging/dst/Kconfig"
105
Evgeniy Polyakov18bc0bb2009-02-09 17:02:42 +0300106source "drivers/staging/pohmelfs/Kconfig"
107
Kalle Valo14c0b3e2009-01-07 22:01:20 +0200108source "drivers/staging/stlc45xx/Kconfig"
109
Justin Bronderecf47452009-01-28 10:06:42 -0500110source "drivers/staging/b3dfg/Kconfig"
111
Greg Kroah-Hartman301df5d2009-02-09 13:02:35 -0800112source "drivers/staging/phison/Kconfig"
113
Greg Kroah-Hartman00db8a82009-02-24 20:08:20 -0800114source "drivers/staging/p9auth/Kconfig"
115
Marcin Obarad52b3d92009-02-25 12:29:24 -0800116source "drivers/staging/heci/Kconfig"
117
Greg Kroah-Hartman4b5e7812009-02-27 19:50:03 -0800118source "drivers/staging/line6/Kconfig"
119
Jerome Glisse771fe6b2009-06-05 14:42:42 +0200120source "drivers/gpu/drm/radeon/Kconfig"
121
David Daney80ff0fd2009-05-05 17:35:21 -0700122source "drivers/staging/octeon/Kconfig"
123
Bill Pemberton8ba911c2009-05-31 15:49:42 -0400124source "drivers/staging/serqt_usb2/Kconfig"
125
Richard Ashc4f30202009-06-23 17:28:06 +0100126source "drivers/staging/quatech_usb2/Kconfig"
127
Forest Bond1d69a1c2009-06-02 14:44:46 -0400128source "drivers/staging/vt6655/Kconfig"
129
Forest Bond5d1fe0c2009-06-13 07:39:00 -0400130source "drivers/staging/vt6656/Kconfig"
131
Greg Kroah-Hartman936b6232009-05-14 20:47:10 -0700132source "drivers/staging/cpc-usb/Kconfig"
133
Greg Kroah-Hartman89a2c202009-06-02 22:45:46 -0700134source "drivers/staging/pata_rdc/Kconfig"
135
Greg Kroah-Hartman9a82e6d2009-06-03 14:45:40 -0700136source "drivers/staging/udlfb/Kconfig"
137
Greg Kroah-Hartmanc4ca0e92009-07-13 16:04:02 -0700138source "drivers/staging/hv/Kconfig"
139
Greg Kroah-Hartman0c4b9542008-11-07 21:12:17 -0800140endif # !STAGING_EXCLUDE_BUILD
Dmitry Baryshkov4b4cdf32008-11-28 00:01:28 +0300141endif # STAGING