2008-09-25 01:46:44 +04: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.
|
|
|
|
|
|
|
|
if STAGING
|
|
|
|
|
2008-04-04 04:30:53 +04:00
|
|
|
source "drivers/staging/et131x/Kconfig"
|
2008-09-25 01:46:44 +04:00
|
|
|
|
2008-03-20 00:27:25 +03:00
|
|
|
source "drivers/staging/slicoss/Kconfig"
|
|
|
|
|
2008-08-22 01:04:55 +04:00
|
|
|
source "drivers/staging/sxg/Kconfig"
|
|
|
|
|
2008-03-22 00:12:51 +03:00
|
|
|
source "drivers/staging/me4000/Kconfig"
|
|
|
|
|
2008-02-16 03:53:09 +03:00
|
|
|
source "drivers/staging/go7007/Kconfig"
|
|
|
|
|
2008-07-10 00:56:51 +04:00
|
|
|
source "drivers/staging/usbip/Kconfig"
|
|
|
|
|
2008-10-01 16:36:56 +04:00
|
|
|
source "drivers/staging/winbond/Kconfig"
|
|
|
|
|
2008-10-02 22:29:28 +04:00
|
|
|
source "drivers/staging/wlan-ng/Kconfig"
|
|
|
|
|
2008-10-07 08:41:46 +04:00
|
|
|
source "drivers/staging/echo/Kconfig"
|
|
|
|
|
2008-09-25 01:46:44 +04:00
|
|
|
endif # STAGING
|