aboutsummaryrefslogtreecommitdiff
path: root/drivers/staging
diff options
context:
space:
mode:
authorLinus Torvalds <torvalds@linux-foundation.org>2008-11-09 12:47:04 -0800
committerLinus Torvalds <torvalds@linux-foundation.org>2008-11-09 12:47:04 -0800
commit43e61711d4e948d3e9c1c13832038659b2cd9287 (patch)
tree49d4bea33020ac6f832a3424e3a041e66ed79dd2 /drivers/staging
parent8b805ef617cf0e02f6d18b891f8deb6246421b01 (diff)
Don't ask twice about not including staging drivers
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>
Diffstat (limited to 'drivers/staging')
-rw-r--r--drivers/staging/Kconfig2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/staging/Kconfig b/drivers/staging/Kconfig
index 0a49cd788a7..c95b286a123 100644
--- a/drivers/staging/Kconfig
+++ b/drivers/staging/Kconfig
@@ -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?