Re: [PATCH] drivers: base: test: Depend on OF instead of selecting it
Andy Shevchenko <[email protected]>
| Newsgroups | dev.linux.lists.driver-core,org.kernel.vger.linux-kernel,org.kernel.vger.stable |
|---|---|
| Organization | Intel Finland Oy - BIC 0357606-4 - c/o Alberga Business Park, 6 krs, Bertel Jungin Aukio 5, 02600 Espoo |
| Message-ID | <[email protected]> |
On Mon, Aug 17, 2026 at 11:54:44AM +0000, Ricardo Ribalda wrote: > Selecting OF instead of depending on it makes it impossible to > disable OF when KUNIT_ALL_TESTS is selected. > > The purpose of KUNIT_ALL_TESTS is to test everything with satisfied > dependencies, not to force dependencies. Reviewed-by: Andy Shevchenko <[email protected]> Shouldn't we also handle this in tools/testing/kunit/configs/all_tests.config? (maybe in the future). -- With Best Regards, Andy Shevchenko