On Thu, Aug 29, 2019 at 02:57:15PM -0700, Stephen Hemminger wrote: > On Tue, 20 Aug 2019 16:39:02 -0700 > "Branden Bonaby" <brandonbonaby94@xxxxxxxxx> wrote: > > > diff --git a/drivers/hv/Kconfig b/drivers/hv/Kconfig > > index 9a59957922d4..d97437ba0626 100644 > > --- a/drivers/hv/Kconfig > > +++ b/drivers/hv/Kconfig > > @@ -29,4 +29,11 @@ config HYPERV_BALLOON > > help > > Select this option to enable Hyper-V Balloon driver. > > > > +config HYPERV_TESTING > > + bool "Hyper-V testing" > > + default n > > + depends on HYPERV && DEBUG_FS > > + help > > + Select this option to enable Hyper-V vmbus testing. > > + > > endmenu > > Maybe this should go under the Kernel hacking > section in lib/Kconfig.debug? > These lines are the same in the v4 patch I sent a bit after this so in my v5 version I'll update this. Thanks