On Fri, 14 Feb 2020 20:07:47 -0800 Randy Dunlap <rdunlap@xxxxxxxxxxxxx> wrote: > On 2/10/20 6:53 AM, sjpark@xxxxxxxxxx wrote: > > diff --git a/mm/Kconfig b/mm/Kconfig > > index 387d469f40ec..b279ab9c78d0 100644 > > --- a/mm/Kconfig > > +++ b/mm/Kconfig > > @@ -751,4 +751,15 @@ config DAMON > > be 1) accurate enough to be useful for performance-centric domains, > > and 2) sufficiently light-weight so that it can be applied online. > > > > +config DAMON_KUNIT_TEST > > + bool "Test for damon" > > s/bool/tristate/ ? Thank you for this comment! It seems Kunit does not support module build, as its core functions are not exported to modules. That said, as this might be confusing and even could cause a build failure with some configuration combinations[1], I will change this dependency to `DAMON=y && KUNIT` in next spin. [1] https://lore.kernel.org/linux-mm/20200214111907.7017-1-sjpark@xxxxxxxxxx/ Thanks, SeongJae Park > > > + depends on DAMON && KUNIT > > + help > > + This builds the DAMON Kunit test suite. > > + > > + For more information on KUnit and unit tests in general, please refer > > + to the KUnit documentation. > > + > > + If unsure, say N. > > + > > endmenu > > > -- > ~Randy >