Kconfig 3.4 KB
Newer Older
1 2 3 4 5 6
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
7
	  are placed here in order to get a wider audience to make use of
8 9 10 11 12 13 14
	  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
15
	  commercial support organizations.
16 17 18 19 20 21 22 23

	  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/go7007/Kconfig"

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

P
Pavel Machek 已提交
52 53
source "drivers/staging/winbond/Kconfig"

54 55
source "drivers/staging/wlan-ng/Kconfig"

D
David Rowe 已提交
56 57
source "drivers/staging/echo/Kconfig"

V
Vijay Kumar 已提交
58 59
source "drivers/staging/poch/Kconfig"

L
Li YanBo 已提交
60 61
source "drivers/staging/agnx/Kconfig"

62 63
source "drivers/staging/otus/Kconfig"

64 65
source "drivers/staging/rt2860/Kconfig"

66 67
source "drivers/staging/rt2870/Kconfig"

68 69
source "drivers/staging/rt3090/Kconfig"

D
David Schleef 已提交
70 71
source "drivers/staging/comedi/Kconfig"

J
Jakub Schmidtke 已提交
72 73
source "drivers/staging/asus_oled/Kconfig"

W
Willy Tarreau 已提交
74 75
source "drivers/staging/panel/Kconfig"

76 77
source "drivers/staging/altpciechdma/Kconfig"

78 79
source "drivers/staging/rtl8187se/Kconfig"

80 81
source "drivers/staging/rtl8192su/Kconfig"

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

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

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

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

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

92 93
source "drivers/staging/dst/Kconfig"

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

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

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

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

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

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

106 107
source "drivers/gpu/drm/radeon/Kconfig"

108 109
source "drivers/staging/octeon/Kconfig"

110 111
source "drivers/staging/serqt_usb2/Kconfig"

112 113
source "drivers/staging/quatech_usb2/Kconfig"

114 115
source "drivers/staging/vt6655/Kconfig"

116 117
source "drivers/staging/vt6656/Kconfig"

118 119
source "drivers/staging/cpc-usb/Kconfig"

120 121
source "drivers/staging/udlfb/Kconfig"

122 123
source "drivers/staging/hv/Kconfig"

124 125
source "drivers/staging/vme/Kconfig"

126 127
source "drivers/staging/rar/Kconfig"

128 129
source "drivers/staging/sep/Kconfig"

130 131
source "drivers/staging/iio/Kconfig"

132 133
source "drivers/staging/cowloop/Kconfig"

134
endif # !STAGING_EXCLUDE_BUILD
135
endif # STAGING