Skip to content

Commit

Permalink
Don't ask twice about not including staging drivers
Browse files Browse the repository at this point in the history
The "Exclude staging drivers" question is there so that we don't build
staging drivers for allyesconfig or allnoconfig settings, but it's very
irritating when you've already said "no" to staging drivers earlier.

There is absolutely no point in declining twice - once you've declined
the staging drivers, you're done.

So make the second question depend on the first question having been
answered in the affirmative.

Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
  • Loading branch information
torvalds committed Nov 9, 2008
1 parent 8b805ef commit 43e6171
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/staging/Kconfig
Expand Up @@ -23,7 +23,7 @@ menuconfig STAGING


config STAGING_EXCLUDE_BUILD
bool "Exclude Staging drivers from being built"
bool "Exclude Staging drivers from being built" if STAGING
default y
---help---
Are you sure you really want to build the staging drivers?
Expand Down

0 comments on commit 43e6171

Please sign in to comment.