summaryrefslogtreecommitdiff
path: root/test/Kconfig
diff options
context:
space:
mode:
authorRichard Braun <rbraun@sceen.net>2018-02-20 20:45:13 +0100
committerRichard Braun <rbraun@sceen.net>2018-02-20 20:45:13 +0100
commit22dff6b7a6839e77d713d671cb2038e56b64ac16 (patch)
tree5863ed3d1846228c0434ae9cf9f9d03ede2a953a /test/Kconfig
parentf923f7a361c8a0b4d081dc04672a59ccd8828704 (diff)
kern/rcu: new module
This module implements preemptible RCU.
Diffstat (limited to 'test/Kconfig')
-rw-r--r--test/Kconfig3
1 files changed, 3 insertions, 0 deletions
diff --git a/test/Kconfig b/test/Kconfig
index 8f3ae8ba..6a6221bb 100644
--- a/test/Kconfig
+++ b/test/Kconfig
@@ -22,6 +22,9 @@ config TEST_MODULE_MUTEX_PI
config TEST_MODULE_PMAP_UPDATE_MP
bool "pmap_update_mp"
+config TEST_MODULE_RCU_DEFER
+ bool "rcu_defer"
+
config TEST_MODULE_SREF_DIRTY_ZEROES
bool "sref_dirty_zeroes"