drivers: base: test: Make property entry API test modular
authorGeert Uytterhoeven <geert+renesas@glider.be>
Wed, 27 Sep 2023 13:20:10 +0000 (15:20 +0200)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Thu, 5 Oct 2023 11:11:44 +0000 (13:11 +0200)
commit98ad1dd06a02096fff6c65703a85b9f3c3de1a7d
treed1905fa2ec117fdb354379e753701bbc1ec6f8e5
parentf1ac370cdda304d2fed44455ae685c7ee9539c0a
drivers: base: test: Make property entry API test modular

There is no reason why the KUnit Tests for the property entry API can
only be built-in.  Add support for building these tests as a loadable
module, like is supported by most other tests.

Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be>
Link: https://lore.kernel.org/r/98388154383df9d4ced73946efd18318aeea50e2.1695820382.git.geert+renesas@glider.be
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/base/test/Kconfig
drivers/base/test/property-entry-test.c