aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/base/test/Kconfig
diff options
context:
space:
mode:
authorLinus Torvalds <torvalds@linux-foundation.org>2020-01-27 11:57:40 -0800
committerLinus Torvalds <torvalds@linux-foundation.org>2020-01-27 11:57:40 -0800
commit85c009e8e5d2794e2efb1019e3648f3d8126f1b5 (patch)
tree58371ac49d46d7f88f52071b61d0eb900e4fbbd6 /drivers/base/test/Kconfig
parentMerge tag 'acpi-5.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm (diff)
parentsoftware node: introduce CONFIG_KUNIT_DRIVER_PE_TEST (diff)
downloadlinux-dev-85c009e8e5d2794e2efb1019e3648f3d8126f1b5.tar.xz
linux-dev-85c009e8e5d2794e2efb1019e3648f3d8126f1b5.zip
Merge tag 'devprop-5.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm
Pull device properties framework updates from Rafael Wysocki: "Add support for reference properties in sofrware nodes (Dmitry Torokhov) and a basic test for property entries along with fixes on top of it (Dmitry Torokhov, Qian Cai, Alan Maguire)" * tag 'devprop-5.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm: software node: introduce CONFIG_KUNIT_DRIVER_PE_TEST usb: dwc3: use proper initializers for property entries drivers/base/test: fix global-out-of-bounds error software node: add basic tests for property entries software node: remove separate handling of references platform/x86: intel_cht_int33fe: use inline reference properties software node: implement reference properties software node: allow embedding of small arrays into property_entry software node: replace is_array with is_inline
Diffstat (limited to 'drivers/base/test/Kconfig')
-rw-r--r--drivers/base/test/Kconfig3
1 files changed, 3 insertions, 0 deletions
diff --git a/drivers/base/test/Kconfig b/drivers/base/test/Kconfig
index 86e85daa80bf..305c7751184a 100644
--- a/drivers/base/test/Kconfig
+++ b/drivers/base/test/Kconfig
@@ -8,3 +8,6 @@ config TEST_ASYNC_DRIVER_PROBE
The module name will be test_async_driver_probe.ko
If unsure say N.
+config KUNIT_DRIVER_PE_TEST
+ bool "KUnit Tests for property entry API"
+ depends on KUNIT=y