Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

Staging: remove STAGING_EXCLUDE_BUILD option

Part of the requirement to be in the staging tree is that the code must
build, so let's make it easier for people to build the code to
test/prove this out.

Based on a recommendation from Linus to implement this.

Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>

-18
-18
drivers/staging/Kconfig
··· 24 24 25 25 if STAGING 26 26 27 - config STAGING_EXCLUDE_BUILD 28 - bool "Exclude Staging drivers from being built" if STAGING 29 - default y 30 - ---help--- 31 - Are you sure you really want to build the staging drivers? 32 - They taint your kernel, don't live up to the normal Linux 33 - kernel quality standards, are a bit crufty around the edges, 34 - and might go off and kick your dog when you aren't paying 35 - attention. 36 - 37 - Say N here to be able to select and build the Staging drivers. 38 - This option is primarily here to prevent them from being built 39 - when selecting 'make allyesconfg' and 'make allmodconfig' so 40 - don't be all that put off, your dog will be just fine. 41 - 42 - if !STAGING_EXCLUDE_BUILD 43 - 44 27 source "drivers/staging/tty/Kconfig" 45 28 46 29 source "drivers/staging/generic_serial/Kconfig" ··· 160 177 161 178 source "drivers/staging/nvec/Kconfig" 162 179 163 - endif # !STAGING_EXCLUDE_BUILD 164 180 endif # STAGING