driver core: add newlines to debugging enabled/disabled messages
[GitHub/mt8127/android_kernel_alcatel_ttab.git] / drivers / staging / Kconfig
CommitLineData
35045589
GKH
1menuconfig STAGING
2 bool "Staging drivers"
3 default n
4 ---help---
5 This option allows you to select a number of drivers that are
6 not of the "normal" Linux kernel quality level. These drivers
7 are placed here in order to get a wider audience for use of
8 them. Please note that these drivers are under heavy
9 development, may or may not work, and may contain userspace
10 interfaces that most likely will be changed in the near
11 future.
12
13 Using any of these drivers will taint your kernel which might
14 affect support options from both the community, and various
15 commercial support orginizations.
16
17 If you wish to work on these drivers, to help improve them, or
18 to report problems you have with them, please see the
19 driver_name.README file in the drivers/staging/ directory to
20 see what needs to be worked on, and who to contact.
21
22 If in doubt, say N here.
23
0c4b9545
GKH
24
25config STAGING_EXCLUDE_BUILD
43e61711 26 bool "Exclude Staging drivers from being built" if STAGING
0c4b9545
GKH
27 default y
28 ---help---
29 Are you sure you really want to build the staging drivers?
30 They taint your kernel, don't live up to the normal Linux
31 kernel quality standards, are a bit crufty around the edges,
32 and might go off and kick your dog when you aren't paying
33 attention.
34
35 Say N here to be able to select and build the Staging drivers.
36 This option is primarily here to prevent them from being built
37 when selecting 'make allyesconfg' and 'make allmodconfig' so
38 don't be all that put off, your dog will be just fine.
39
40if !STAGING_EXCLUDE_BUILD
35045589 41
cfb739b4 42source "drivers/staging/et131x/Kconfig"
35045589 43
4d6f6af8
GKH
44source "drivers/staging/slicoss/Kconfig"
45
5db6b777
GKH
46source "drivers/staging/sxg/Kconfig"
47
c0f00588
GKH
48source "drivers/staging/me4000/Kconfig"
49
866b8695
GKH
50source "drivers/staging/go7007/Kconfig"
51
05a1f28e
TH
52source "drivers/staging/usbip/Kconfig"
53
66101de1
PM
54source "drivers/staging/winbond/Kconfig"
55
00b3ed16
GKH
56source "drivers/staging/wlan-ng/Kconfig"
57
10602db8
DR
58source "drivers/staging/echo/Kconfig"
59
99e06e37
PR
60source "drivers/staging/at76_usb/Kconfig"
61
a14eddda
VK
62source "drivers/staging/poch/Kconfig"
63
0c4b9545 64endif # !STAGING_EXCLUDE_BUILD