2008-09-24 14:46:44 -07:00
|
|
|
menuconfig STAGING
|
|
|
|
bool "Staging drivers"
|
|
|
|
default n
|
|
|
|
---help---
|
|
|
|
This option allows you to select a number of drivers that are
|
|
|
|
not of the "normal" Linux kernel quality level. These drivers
|
2009-01-26 11:12:25 +01:00
|
|
|
are placed here in order to get a wider audience to make use of
|
2008-09-24 14:46:44 -07:00
|
|
|
them. Please note that these drivers are under heavy
|
|
|
|
development, may or may not work, and may contain userspace
|
|
|
|
interfaces that most likely will be changed in the near
|
|
|
|
future.
|
|
|
|
|
|
|
|
Using any of these drivers will taint your kernel which might
|
|
|
|
affect support options from both the community, and various
|
2009-01-26 11:12:25 +01:00
|
|
|
commercial support organizations.
|
2008-09-24 14:46:44 -07:00
|
|
|
|
|
|
|
If you wish to work on these drivers, to help improve them, or
|
|
|
|
to report problems you have with them, please see the
|
|
|
|
driver_name.README file in the drivers/staging/ directory to
|
|
|
|
see what needs to be worked on, and who to contact.
|
|
|
|
|
|
|
|
If in doubt, say N here.
|
|
|
|
|
2008-11-07 21:12:17 -08:00
|
|
|
|
2008-11-28 00:01:28 +03:00
|
|
|
if STAGING
|
|
|
|
|
2008-11-07 21:12:17 -08:00
|
|
|
config STAGING_EXCLUDE_BUILD
|
2008-11-09 12:47:04 -08:00
|
|
|
bool "Exclude Staging drivers from being built" if STAGING
|
2008-11-07 21:12:17 -08:00
|
|
|
default y
|
|
|
|
---help---
|
|
|
|
Are you sure you really want to build the staging drivers?
|
|
|
|
They taint your kernel, don't live up to the normal Linux
|
|
|
|
kernel quality standards, are a bit crufty around the edges,
|
|
|
|
and might go off and kick your dog when you aren't paying
|
|
|
|
attention.
|
|
|
|
|
|
|
|
Say N here to be able to select and build the Staging drivers.
|
|
|
|
This option is primarily here to prevent them from being built
|
|
|
|
when selecting 'make allyesconfg' and 'make allmodconfig' so
|
|
|
|
don't be all that put off, your dog will be just fine.
|
|
|
|
|
|
|
|
if !STAGING_EXCLUDE_BUILD
|
2008-09-24 14:46:44 -07:00
|
|
|
|
2008-04-03 17:30:53 -07:00
|
|
|
source "drivers/staging/et131x/Kconfig"
|
2008-09-24 14:46:44 -07:00
|
|
|
|
2008-03-19 14:27:25 -07:00
|
|
|
source "drivers/staging/slicoss/Kconfig"
|
|
|
|
|
2008-08-21 14:04:55 -07:00
|
|
|
source "drivers/staging/sxg/Kconfig"
|
|
|
|
|
2008-03-21 14:12:51 -07:00
|
|
|
source "drivers/staging/me4000/Kconfig"
|
|
|
|
|
2008-11-01 00:39:12 +01:00
|
|
|
source "drivers/staging/meilhaus/Kconfig"
|
|
|
|
|
2008-02-15 16:53:09 -08:00
|
|
|
source "drivers/staging/go7007/Kconfig"
|
|
|
|
|
2008-07-09 14:56:51 -06:00
|
|
|
source "drivers/staging/usbip/Kconfig"
|
|
|
|
|
2008-10-01 14:36:56 +02:00
|
|
|
source "drivers/staging/winbond/Kconfig"
|
|
|
|
|
2008-10-02 11:29:28 -07:00
|
|
|
source "drivers/staging/wlan-ng/Kconfig"
|
|
|
|
|
2008-10-06 21:41:46 -07:00
|
|
|
source "drivers/staging/echo/Kconfig"
|
|
|
|
|
2008-10-13 14:33:13 -07:00
|
|
|
source "drivers/staging/at76_usb/Kconfig"
|
|
|
|
|
2008-10-19 08:58:46 +05:30
|
|
|
source "drivers/staging/poch/Kconfig"
|
|
|
|
|
2008-10-27 20:32:57 -07:00
|
|
|
source "drivers/staging/agnx/Kconfig"
|
|
|
|
|
2008-10-27 22:44:22 -07:00
|
|
|
source "drivers/staging/otus/Kconfig"
|
|
|
|
|
2008-10-28 14:48:09 -07:00
|
|
|
source "drivers/staging/rt2860/Kconfig"
|
|
|
|
|
2008-12-17 17:04:23 -08:00
|
|
|
source "drivers/staging/rt2870/Kconfig"
|
|
|
|
|
2009-02-25 16:14:55 -08:00
|
|
|
source "drivers/staging/rt3070/Kconfig"
|
|
|
|
|
2008-11-04 20:29:31 -08:00
|
|
|
source "drivers/staging/comedi/Kconfig"
|
|
|
|
|
2008-11-04 23:46:58 -08:00
|
|
|
source "drivers/staging/asus_oled/Kconfig"
|
|
|
|
|
2008-11-13 17:18:59 -08:00
|
|
|
source "drivers/staging/panel/Kconfig"
|
|
|
|
|
2008-12-01 08:45:57 -05:00
|
|
|
source "drivers/staging/altpciechdma/Kconfig"
|
|
|
|
|
2008-12-04 20:01:41 -08:00
|
|
|
source "drivers/staging/rtl8187se/Kconfig"
|
|
|
|
|
2008-08-21 14:04:55 -07:00
|
|
|
source "drivers/staging/rspiusb/Kconfig"
|
|
|
|
|
2008-06-24 15:19:47 +01:00
|
|
|
source "drivers/staging/mimio/Kconfig"
|
|
|
|
|
2008-12-17 17:13:45 -08:00
|
|
|
source "drivers/staging/frontier/Kconfig"
|
|
|
|
|
2008-12-19 11:41:57 -08:00
|
|
|
source "drivers/staging/epl/Kconfig"
|
|
|
|
|
2008-12-19 17:21:40 -08:00
|
|
|
source "drivers/staging/android/Kconfig"
|
|
|
|
|
2009-01-14 02:05:33 +03:00
|
|
|
source "drivers/staging/dst/Kconfig"
|
|
|
|
|
2009-02-09 17:02:42 +03:00
|
|
|
source "drivers/staging/pohmelfs/Kconfig"
|
|
|
|
|
2009-01-07 22:01:20 +02:00
|
|
|
source "drivers/staging/stlc45xx/Kconfig"
|
|
|
|
|
2009-01-27 23:28:27 -08:00
|
|
|
source "drivers/staging/uc2322/Kconfig"
|
|
|
|
|
2009-01-28 10:06:42 -05:00
|
|
|
source "drivers/staging/b3dfg/Kconfig"
|
|
|
|
|
2009-02-09 13:02:35 -08:00
|
|
|
source "drivers/staging/phison/Kconfig"
|
|
|
|
|
2009-02-24 20:08:20 -08:00
|
|
|
source "drivers/staging/p9auth/Kconfig"
|
|
|
|
|
2009-02-25 12:29:24 -08:00
|
|
|
source "drivers/staging/heci/Kconfig"
|
|
|
|
|
2009-02-27 19:50:03 -08:00
|
|
|
source "drivers/staging/line6/Kconfig"
|
|
|
|
|
2009-03-23 16:43:59 -07:00
|
|
|
source "drivers/staging/serqt_usb/Kconfig"
|
|
|
|
|
2009-06-05 14:42:42 +02:00
|
|
|
source "drivers/gpu/drm/radeon/Kconfig"
|
|
|
|
|
2009-05-05 17:35:21 -07:00
|
|
|
source "drivers/staging/octeon/Kconfig"
|
|
|
|
|
2009-06-02 14:44:46 -04:00
|
|
|
source "drivers/staging/vt6655/Kconfig"
|
|
|
|
|
2008-11-07 21:12:17 -08:00
|
|
|
endif # !STAGING_EXCLUDE_BUILD
|
2008-11-28 00:01:28 +03:00
|
|
|
endif # STAGING
|