Kconfig 2.8 KB
Newer Older
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23
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.

24

25 26
if STAGING

27
config STAGING_EXCLUDE_BUILD
28
	bool "Exclude Staging drivers from being built" if STAGING
29 30 31 32 33 34 35 36 37 38 39 40 41 42
	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
43

44
source "drivers/staging/et131x/Kconfig"
45

46 47
source "drivers/staging/slicoss/Kconfig"

48 49
source "drivers/staging/sxg/Kconfig"

50 51
source "drivers/staging/me4000/Kconfig"

52 53
source "drivers/staging/meilhaus/Kconfig"

54 55
source "drivers/staging/go7007/Kconfig"

56 57
source "drivers/staging/usbip/Kconfig"

P
Pavel Machek 已提交
58 59
source "drivers/staging/winbond/Kconfig"

60 61
source "drivers/staging/wlan-ng/Kconfig"

D
David Rowe 已提交
62 63
source "drivers/staging/echo/Kconfig"

P
Pavel Roskin 已提交
64 65
source "drivers/staging/at76_usb/Kconfig"

V
Vijay Kumar 已提交
66 67
source "drivers/staging/poch/Kconfig"

L
Li YanBo 已提交
68 69
source "drivers/staging/agnx/Kconfig"

70 71
source "drivers/staging/otus/Kconfig"

72 73
source "drivers/staging/rt2860/Kconfig"

74 75
source "drivers/staging/rt2870/Kconfig"

D
David Schleef 已提交
76 77
source "drivers/staging/comedi/Kconfig"

J
Jakub Schmidtke 已提交
78 79
source "drivers/staging/asus_oled/Kconfig"

W
Willy Tarreau 已提交
80 81
source "drivers/staging/panel/Kconfig"

82 83
source "drivers/staging/altpciechdma/Kconfig"

84 85
source "drivers/staging/rtl8187se/Kconfig"

86 87
source "drivers/staging/rspiusb/Kconfig"

88 89
source "drivers/staging/mimio/Kconfig"

90 91
source "drivers/staging/frontier/Kconfig"

D
Daniel Krueger 已提交
92 93
source "drivers/staging/epl/Kconfig"

94 95
source "drivers/staging/android/Kconfig"

96 97
source "drivers/staging/dst/Kconfig"

98 99
source "drivers/staging/pohmelfs/Kconfig"

100 101
source "drivers/staging/stlc45xx/Kconfig"

102 103
source "drivers/staging/uc2322/Kconfig"

104 105
source "drivers/staging/b3dfg/Kconfig"

106
endif # !STAGING_EXCLUDE_BUILD
107
endif # STAGING