On Thu, Jan 16, 2020 at 3:19 AM Alan Maguire <alan.maguire@xxxxxxxxxx> wrote: > > property entry kunit tests are built if CONFIG_KUNIT_DRIVER_PE_TEST > (a boolean) is 'y'; it in turn depends on CONFIG_KUNIT. However to > ensure clean merge with linux-next, where CONFIG_KUNIT is tristate, > we need to explicitly specify KUNIT=y as a dependency, otherwise > allmodconfig builds will build kunit as a module and fail to build > the property entry tests. Later CONFIG_KUNIT_DRIVER_PE_TEST can > be converted to tristate. > > Reported-by: Stephen Rothwell <sfr@xxxxxxxxxxxxxxxx> > Fixes: 27f9d7e984d9 ("software node: introduce CONFIG_KUNIT_DRIVER_PE_TEST") > Signed-off-by: Alan Maguire <alan.maguire@xxxxxxxxxx> Reviewed-by: Brendan Higgins <brendanhiggins@xxxxxxxxxx> Thanks!