Re: [PATCH v12 14/18] kunit: defconfig: add defconfigs for building KUnit tests

2019-08-13 Thread Brendan Higgins
On Mon, Aug 12, 2019 at 9:39 PM Stephen Boyd wrote: > > Quoting Brendan Higgins (2019-08-12 11:24:17) > > diff --git a/arch/um/configs/kunit_defconfig > > b/arch/um/configs/kunit_defconfig > > new file mode 100644 > > index 0..bfe49689038f1 > > --- /dev/null > > +++ b/arch/um/configs/

Re: [PATCH v12 14/18] kunit: defconfig: add defconfigs for building KUnit tests

2019-08-12 Thread Stephen Boyd
Quoting Brendan Higgins (2019-08-12 11:24:17) > diff --git a/arch/um/configs/kunit_defconfig b/arch/um/configs/kunit_defconfig > new file mode 100644 > index 0..bfe49689038f1 > --- /dev/null > +++ b/arch/um/configs/kunit_defconfig > @@ -0,0 +1,8 @@ > +CONFIG_OF=y > +CONFIG_OF_UNITTEST=y

[PATCH v12 14/18] kunit: defconfig: add defconfigs for building KUnit tests

2019-08-12 Thread Brendan Higgins
Add defconfig for UML and a fragment that can be used to configure other architectures for building KUnit tests. Add option to kunit_tool to use a defconfig to create the kunitconfig. Signed-off-by: Brendan Higgins Reviewed-by: Greg Kroah-Hartman Reviewed-by: Logan Gunthorpe --- arch/um/config