On Thu, Aug 17, 2017 at 12:45:44PM +0200, Ingo Molnar wrote: > > @@ -1164,9 +1164,6 @@ config LOCKDEP_CROSSRELEASE > > > > config LOCKDEP_COMPLETE > > bool "Lock debugging: allow completions to use deadlock detector" > > - depends on PROVE_LOCKING > > - select LOCKDEP_CROSSRELEASE > > - default n > > help > > Yeah, so I only noticed this after committing the patches, but this change > does > not make the option non-interactive. The way to do that is to remove the "" > help > text, i.e. make it a simple 'bool'. > > I'll do that and re-push.
I am sorry for making it rather harder to be done.