STAGING: Move staging drivers back to staging-specific menu

Signed-off-by: Dmitry Baryshkov <dbaryshkov@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>

authored by Dmitry Baryshkov and committed by Greg Kroah-Hartman 4b4cdf39 aa6f3c64

+3
+3
drivers/staging/Kconfig
··· 22 If in doubt, say N here. 23 24 25 config STAGING_EXCLUDE_BUILD 26 bool "Exclude Staging drivers from being built" if STAGING 27 default y ··· 64 source "drivers/staging/poch/Kconfig" 65 66 endif # !STAGING_EXCLUDE_BUILD
··· 22 If in doubt, say N here. 23 24 25 + if STAGING 26 + 27 config STAGING_EXCLUDE_BUILD 28 bool "Exclude Staging drivers from being built" if STAGING 29 default y ··· 62 source "drivers/staging/poch/Kconfig" 63 64 endif # !STAGING_EXCLUDE_BUILD 65 + endif # STAGING