Kconfig 3.6 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/cx25821/Kconfig"

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

P
Pavel Machek 已提交
54 55
source "drivers/staging/winbond/Kconfig"

56 57
source "drivers/staging/wlan-ng/Kconfig"

D
David Rowe 已提交
58 59
source "drivers/staging/echo/Kconfig"

60 61
source "drivers/staging/otus/Kconfig"

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

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

D
David Schleef 已提交
66 67
source "drivers/staging/comedi/Kconfig"

J
Jakub Schmidtke 已提交
68 69
source "drivers/staging/asus_oled/Kconfig"

W
Willy Tarreau 已提交
70 71
source "drivers/staging/panel/Kconfig"

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

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

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

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

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

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

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

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

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

90 91
source "drivers/gpu/drm/vmwgfx/Kconfig"

92 93
source "drivers/gpu/drm/nouveau/Kconfig"

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

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

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

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

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

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

106 107
source "drivers/staging/hv/Kconfig"

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

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

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

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

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

118 119
source "drivers/staging/ramzswap/Kconfig"

120 121 122 123
source "drivers/staging/wlags49_h2/Kconfig"

source "drivers/staging/wlags49_h25/Kconfig"

A
Andrew Lunn 已提交
124 125
source "drivers/staging/batman-adv/Kconfig"

126 127
source "drivers/staging/samsung-laptop/Kconfig"

J
John W. Linville 已提交
128 129
source "drivers/staging/strip/Kconfig"

J
John W. Linville 已提交
130 131
source "drivers/staging/arlan/Kconfig"

J
John W. Linville 已提交
132 133
source "drivers/staging/wavelan/Kconfig"

J
John W. Linville 已提交
134 135
source "drivers/staging/netwave/Kconfig"

136 137
source "drivers/staging/sm7xx/Kconfig"

138 139
source "drivers/staging/dt3155/Kconfig"

140 141
source "drivers/staging/crystalhd/Kconfig"

142 143
source "drivers/staging/cxt1e1/Kconfig"

144
endif # !STAGING_EXCLUDE_BUILD
145
endif # STAGING