On Wed, Oct 02, 2024 at 08:25:40AM -0700, Kuniyuki Iwashima wrote: > From: Breno Leitao <leitao@xxxxxxxxxx> > Date: Wed, 2 Oct 2024 04:32:54 -0700 > > diff --git a/net/Kconfig.debug b/net/Kconfig.debug > > index 5e3fffe707dd..f61935e028bd 100644 > > --- a/net/Kconfig.debug > > +++ b/net/Kconfig.debug > > This config is networking-specific, but I think lib/Kconfig.debug would be > a better fit as other fault injection configs are placed there together. > > Now we need to enable fault injection first and go back to the net-specific > items in menuconfig. Makes sense. Let me move it to lib/Kconfig.debug.