diff options
author | Linus Torvalds <torvalds@linux-foundation.org> | 2008-11-09 12:47:04 -0800 |
---|---|---|
committer | Linus Torvalds <torvalds@linux-foundation.org> | 2008-11-09 12:47:04 -0800 |
commit | 43e61711d4e948d3e9c1c13832038659b2cd9287 (patch) | |
tree | 49d4bea33020ac6f832a3424e3a041e66ed79dd2 /drivers | |
parent | 8b805ef617cf0e02f6d18b891f8deb6246421b01 (diff) | |
download | op-kernel-dev-43e61711d4e948d3e9c1c13832038659b2cd9287.zip op-kernel-dev-43e61711d4e948d3e9c1c13832038659b2cd9287.tar.gz |
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')
-rw-r--r-- | drivers/staging/Kconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/staging/Kconfig b/drivers/staging/Kconfig index 0a49cd7..c95b286 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? |