2008-09-24 15:46:44 -06: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
|
|
|
|
are placed here in order to get a wider audience for use of
|
|
|
|
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
|
|
|
|
commercial support orginizations.
|
|
|
|
|
|
|
|
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 22:12:17 -07:00
|
|
|
|
2008-11-27 14:01:28 -07:00
|
|
|
if STAGING
|
|
|
|
|
2008-11-07 22:12:17 -07:00
|
|
|
config STAGING_EXCLUDE_BUILD
|
2008-11-09 13:47:04 -07:00
|
|
|
bool "Exclude Staging drivers from being built" if STAGING
|
2008-11-07 22:12:17 -07: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 15:46:44 -06:00
|
|
|
|
2008-04-03 18:30:53 -06:00
|
|
|
source "drivers/staging/et131x/Kconfig"
|
2008-09-24 15:46:44 -06:00
|
|
|
|
2008-03-19 15:27:25 -06:00
|
|
|
source "drivers/staging/slicoss/Kconfig"
|
|
|
|
|
2008-08-21 15:04:55 -06:00
|
|
|
source "drivers/staging/sxg/Kconfig"
|
|
|
|
|
2008-03-21 15:12:51 -06:00
|
|
|
source "drivers/staging/me4000/Kconfig"
|
|
|
|
|
2008-10-31 17:39:12 -06:00
|
|
|
source "drivers/staging/meilhaus/Kconfig"
|
|
|
|
|
2008-02-15 17:53:09 -07:00
|
|
|
source "drivers/staging/go7007/Kconfig"
|
|
|
|
|
2008-07-09 14:56:51 -06:00
|
|
|
source "drivers/staging/usbip/Kconfig"
|
|
|
|
|
2008-10-01 06:36:56 -06:00
|
|
|
source "drivers/staging/winbond/Kconfig"
|
|
|
|
|
2008-10-02 12:29:28 -06:00
|
|
|
source "drivers/staging/wlan-ng/Kconfig"
|
|
|
|
|
2008-10-06 22:41:46 -06:00
|
|
|
source "drivers/staging/echo/Kconfig"
|
|
|
|
|
2008-10-13 15:33:13 -06:00
|
|
|
source "drivers/staging/at76_usb/Kconfig"
|
|
|
|
|
2008-10-18 21:28:46 -06:00
|
|
|
source "drivers/staging/poch/Kconfig"
|
|
|
|
|
2008-10-27 21:32:57 -06:00
|
|
|
source "drivers/staging/agnx/Kconfig"
|
|
|
|
|
2008-10-27 23:44:22 -06:00
|
|
|
source "drivers/staging/otus/Kconfig"
|
|
|
|
|
2008-10-28 15:48:09 -06:00
|
|
|
source "drivers/staging/rt2860/Kconfig"
|
|
|
|
|
2008-12-17 18:04:23 -07:00
|
|
|
source "drivers/staging/rt2870/Kconfig"
|
|
|
|
|
2008-11-04 21:29:31 -07:00
|
|
|
source "drivers/staging/comedi/Kconfig"
|
|
|
|
|
2008-11-05 00:46:58 -07:00
|
|
|
source "drivers/staging/asus_oled/Kconfig"
|
|
|
|
|
2008-11-13 18:18:59 -07:00
|
|
|
source "drivers/staging/panel/Kconfig"
|
|
|
|
|
2008-12-01 06:45:57 -07:00
|
|
|
source "drivers/staging/altpciechdma/Kconfig"
|
|
|
|
|
2008-12-04 21:01:41 -07:00
|
|
|
source "drivers/staging/rtl8187se/Kconfig"
|
|
|
|
|
2008-08-21 15:04:55 -06:00
|
|
|
source "drivers/staging/rspiusb/Kconfig"
|
|
|
|
|
2008-06-24 08:19:47 -06:00
|
|
|
source "drivers/staging/mimio/Kconfig"
|
|
|
|
|
2008-12-17 18:13:45 -07:00
|
|
|
source "drivers/staging/frontier/Kconfig"
|
|
|
|
|
2008-12-19 12:41:57 -07:00
|
|
|
source "drivers/staging/epl/Kconfig"
|
|
|
|
|
2008-12-19 18:21:40 -07:00
|
|
|
source "drivers/staging/android/Kconfig"
|
|
|
|
|
2009-01-13 16:05:33 -07:00
|
|
|
source "drivers/staging/dst/Kconfig"
|
|
|
|
|
2009-02-09 07:02:42 -07:00
|
|
|
source "drivers/staging/pohmelfs/Kconfig"
|
|
|
|
|
2009-01-07 13:01:20 -07:00
|
|
|
source "drivers/staging/stlc45xx/Kconfig"
|
|
|
|
|
2009-01-28 00:28:27 -07:00
|
|
|
source "drivers/staging/uc2322/Kconfig"
|
|
|
|
|
2009-01-28 08:06:42 -07:00
|
|
|
source "drivers/staging/b3dfg/Kconfig"
|
|
|
|
|
2008-11-07 22:12:17 -07:00
|
|
|
endif # !STAGING_EXCLUDE_BUILD
|
2008-11-27 14:01:28 -07:00
|
|
|
endif # STAGING
|