Re: [PATCH] DYNAMIC_DEBUG: use select DEBUG_FS instead of depends on

2013-10-27 Thread Krzysztof Mazur
On Sun, Oct 27, 2013 at 07:38:08AM -0700, Randy Dunlap wrote: > On 10/27/13 01:01, Krzysztof Mazur wrote: > > On Sat, Oct 26, 2013 at 08:30:00PM -0700, Greg Kroah-Hartman wrote: > >> On Sat, Oct 26, 2013 at 10:58:13PM +0200, Krzysztof Mazur wrote: > >>> Depending on options that are configured late

Re: [PATCH] DYNAMIC_DEBUG: use select DEBUG_FS instead of depends on

2013-10-27 Thread Randy Dunlap
On 10/27/13 01:01, Krzysztof Mazur wrote: > On Sat, Oct 26, 2013 at 08:30:00PM -0700, Greg Kroah-Hartman wrote: >> On Sat, Oct 26, 2013 at 10:58:13PM +0200, Krzysztof Mazur wrote: >>> Depending on options that are configured later makes them hard >>> to enable unless the user knows that he must go

Re: [PATCH] DYNAMIC_DEBUG: use select DEBUG_FS instead of depends on

2013-10-27 Thread Krzysztof Mazur
On Sat, Oct 26, 2013 at 08:30:00PM -0700, Greg Kroah-Hartman wrote: > On Sat, Oct 26, 2013 at 10:58:13PM +0200, Krzysztof Mazur wrote: > > Depending on options that are configured later makes them hard > > to enable unless the user knows that he must go backwards. > > Really? We've had this for w

Re: [PATCH] DYNAMIC_DEBUG: use select DEBUG_FS instead of depends on

2013-10-26 Thread Greg Kroah-Hartman
On Sat, Oct 26, 2013 at 10:58:13PM +0200, Krzysztof Mazur wrote: > Depending on options that are configured later makes them hard > to enable unless the user knows that he must go backwards. Really? We've had this for well over 2 years, people are confused about this? Where? -- To unsubscribe f

[PATCH] DYNAMIC_DEBUG: use select DEBUG_FS instead of depends on

2013-10-26 Thread Krzysztof Mazur
Depending on options that are configured later makes them hard to enable unless the user knows that he must go backwards. Signed-off-by: Krzysztof Mazur --- lib/Kconfig.debug | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/Kconfig.debug b/lib/Kconfig.debug index 06344d9..