2008-09-25 05:46:44 +08: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-08 13:12:17 +08:00
|
|
|
|
2008-11-28 05:01:28 +08:00
|
|
|
if STAGING
|
|
|
|
|
2008-11-08 13:12:17 +08:00
|
|
|
config STAGING_EXCLUDE_BUILD
|
2008-11-10 04:47:04 +08:00
|
|
|
bool "Exclude Staging drivers from being built" if STAGING
|
2008-11-08 13: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-25 05:46:44 +08:00
|
|
|
|
2008-04-04 08:30:53 +08:00
|
|
|
source "drivers/staging/et131x/Kconfig"
|
2008-09-25 05:46:44 +08:00
|
|
|
|
2008-03-20 05:27:25 +08:00
|
|
|
source "drivers/staging/slicoss/Kconfig"
|
|
|
|
|
2008-08-22 05:04:55 +08:00
|
|
|
source "drivers/staging/sxg/Kconfig"
|
|
|
|
|
2008-03-22 05:12:51 +08:00
|
|
|
source "drivers/staging/me4000/Kconfig"
|
|
|
|
|
2008-11-01 07:39:12 +08:00
|
|
|
source "drivers/staging/meilhaus/Kconfig"
|
|
|
|
|
2008-02-16 08:53:09 +08:00
|
|
|
source "drivers/staging/go7007/Kconfig"
|
|
|
|
|
2008-07-10 04:56:51 +08:00
|
|
|
source "drivers/staging/usbip/Kconfig"
|
|
|
|
|
2008-10-01 20:36:56 +08:00
|
|
|
source "drivers/staging/winbond/Kconfig"
|
|
|
|
|
2008-10-03 02:29:28 +08:00
|
|
|
source "drivers/staging/wlan-ng/Kconfig"
|
|
|
|
|
2008-10-07 12:41:46 +08:00
|
|
|
source "drivers/staging/echo/Kconfig"
|
|
|
|
|
2008-10-14 05:33:13 +08:00
|
|
|
source "drivers/staging/at76_usb/Kconfig"
|
|
|
|
|
2008-10-19 11:28:46 +08:00
|
|
|
source "drivers/staging/poch/Kconfig"
|
|
|
|
|
2008-10-28 11:32:57 +08:00
|
|
|
source "drivers/staging/agnx/Kconfig"
|
|
|
|
|
2008-10-28 13:44:22 +08:00
|
|
|
source "drivers/staging/otus/Kconfig"
|
|
|
|
|
2008-10-29 05:48:09 +08:00
|
|
|
source "drivers/staging/rt2860/Kconfig"
|
|
|
|
|
2008-11-02 21:09:57 +08:00
|
|
|
source "drivers/staging/benet/Kconfig"
|
|
|
|
|
2008-11-05 12:29:31 +08:00
|
|
|
source "drivers/staging/comedi/Kconfig"
|
|
|
|
|
2008-11-05 15:46:58 +08:00
|
|
|
source "drivers/staging/asus_oled/Kconfig"
|
|
|
|
|
2008-11-14 09:18:59 +08:00
|
|
|
source "drivers/staging/panel/Kconfig"
|
|
|
|
|
2008-11-08 13:12:17 +08:00
|
|
|
endif # !STAGING_EXCLUDE_BUILD
|
2008-11-28 05:01:28 +08:00
|
|
|
endif # STAGING
|