<div dir="ltr"><div><div><div><div>Hi all, <br>I need to unset default value of LOCKDEP(=y) and TRACE_IRQFLAGS_SUPPORT(=y) to both "n". Having asked around and had tried for at least 3 days, seriously I still couldn't get both items configured as "n"<br><br>Perhaps someone can help me on this item first. For instance, Symbol TRACE_IRQFLAGS description below, to set it, it will need the logics below:<br></div><br>PROVE_LOCKING [=y] && DEBUG_KERNEL [=y] &&
TRACE_IRQFLAGS_SUPPORT [=y] && STACKTRACE_SUPPORT [=y]
&& LOCKDEP_SUPPORT [=y] || <br>IRQSOFF_TRACER [=n] &&
TRACING_SUPPORT [=y] && FTRACE <br><br></div>To unset it, I could either set DEBUG_KERNEL=n or set TRACING_SUPPORT=n (or FTRACE=n). However, having set it, yet I don't see symbol TRACE_IRQFLAGS is unset.<br><br></div>Anything wrong of my interpretation of the logics above?<br><br></div>Copied from "/" type TRACE_IRQFLAGS in menuconfig<br><div><div><div><br> │ Symbol: TRACE_IRQFLAGS [=y] │ <br> │ Type : boolean │ <br> │ Defined at lib/Kconfig.debug:1047 │ <br> │ Selected by: PROVE_LOCKING [=y] && DEBUG_KERNEL [=y] && TRACE_IRQFLAGS_SUPPORT [=y] && STACKTRACE_SUPPORT [=y] && LOCKDEP_SUPPORT [=y] || IRQSOFF_TRACER [=n] && TRACING_SUPPORT [=y] && FTRACE [=n │ <br> │ │ <br> │ │ <br> │ Symbol: TRACE_IRQFLAGS_SUPPORT [=y] │ <br> │ Type : boolean │ <br> │ Defined at arch/arm/Kconfig:174 <br><br><br></div><div>Appreciate any comments. <br></div><div>Thanks in advance.<br><br></div><div>Lim<br></div></div></div></div>