Signed-off-by: Dmitry Baryshkov <[email protected]>
---
drivers/staging/Kconfig | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/drivers/staging/Kconfig b/drivers/staging/Kconfig
index c95b286..4089f14 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
@@ -37,8 +39,6 @@ config STAGING_EXCLUDE_BUILD
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
-
source "drivers/staging/et131x/Kconfig"
source "drivers/staging/slicoss/Kconfig"
--
1.5.6.5
Hi,
On Fri, Nov 28, 2008 at 12:01:28AM +0300, Dmitry Baryshkov wrote:
> Signed-off-by: Dmitry Baryshkov <[email protected]>
> ---
> drivers/staging/Kconfig | 4 ++--
> 1 files changed, 2 insertions(+), 2 deletions(-)
What about this patch? I don't see it in linux-next
>
> diff --git a/drivers/staging/Kconfig b/drivers/staging/Kconfig
> index c95b286..4089f14 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
> @@ -37,8 +39,6 @@ config STAGING_EXCLUDE_BUILD
> 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
> -
> source "drivers/staging/et131x/Kconfig"
>
> source "drivers/staging/slicoss/Kconfig"
> --
> 1.5.6.5
>
--
With best wishes
Dmitry
On Thu, Dec 04, 2008 at 09:46:43AM +0300, Dmitry Baryshkov wrote:
> Hi,
>
> On Fri, Nov 28, 2008 at 12:01:28AM +0300, Dmitry Baryshkov wrote:
> > Signed-off-by: Dmitry Baryshkov <[email protected]>
> > ---
> > drivers/staging/Kconfig | 4 ++--
> > 1 files changed, 2 insertions(+), 2 deletions(-)
>
> What about this patch? I don't see it in linux-next
Sorry, it's still in my "to-apply" queue, will get to it in a few
days...
thanks,
greg k-h