Gitweb: http://git.kernel.org/git/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=4b4cdf... Commit: 4b4cdf3979c32fa3d042d150f49449c74d048553 Parent: aa6f3c640781c8ac213a4ed3011dcced36f899e3 Author: Dmitry Baryshkov <dbaryshkov@gmail.com> AuthorDate: Fri Nov 28 00:01:28 2008 +0300 Committer: Greg Kroah-Hartman <gregkh@suse.de> CommitDate: Wed Dec 17 11:23:07 2008 -0800 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> --- drivers/staging/Kconfig | 3 +++ 1 files changed, 3 insertions(+), 0 deletions(-) diff --git a/drivers/staging/Kconfig b/drivers/staging/Kconfig index c95b286..5d457c9 100644 --- a/drivers/staging/Kconfig +++ b/drivers/staging/Kconfig @@ -22,6 +22,8 @@ menuconfig STAGING If in doubt, say N here. +if STAGING + config STAGING_EXCLUDE_BUILD bool "Exclude Staging drivers from being built" if STAGING default y @@ -62,3 +64,4 @@ source "drivers/staging/at76_usb/Kconfig" source "drivers/staging/poch/Kconfig" endif # !STAGING_EXCLUDE_BUILD +endif # STAGING -- To unsubscribe from this list: send the line "unsubscribe git-commits-head" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html
