Skip to content

Commit 43e6171

Browse files
committed
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 <[email protected]>
1 parent 8b805ef commit 43e6171

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

drivers/staging/Kconfig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ menuconfig STAGING
2323

2424

2525
config STAGING_EXCLUDE_BUILD
26-
bool "Exclude Staging drivers from being built"
26+
bool "Exclude Staging drivers from being built" if STAGING
2727
default y
2828
---help---
2929
Are you sure you really want to build the staging drivers?

0 commit comments

Comments
 (0)