diff options
author | Namhoon Kim <namhoonk@cs.unc.edu> | 2016-08-30 16:47:00 -0400 |
---|---|---|
committer | Namhoon Kim <namhoonk@cs.unc.edu> | 2016-08-30 16:47:00 -0400 |
commit | d57b8f5a8e2d08fa972dad6b646a02a5dd931be4 (patch) | |
tree | ffe247f39ebed2a487762ef92d0ac473d2141989 /litmus/Kconfig | |
parent | 8c20bdbf935c54784e634af2039a5897581e65e8 (diff) |
Initial commit for shared librarywip-shared-mem
Diffstat (limited to 'litmus/Kconfig')
-rw-r--r-- | litmus/Kconfig | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/litmus/Kconfig b/litmus/Kconfig index 6e0f77c3bb8f..babb43deffb5 100644 --- a/litmus/Kconfig +++ b/litmus/Kconfig | |||
@@ -372,13 +372,4 @@ config PREEMPT_STATE_TRACE | |||
372 | 372 | ||
373 | endmenu | 373 | endmenu |
374 | 374 | ||
375 | config PGMRT_SUPPORT | ||
376 | bool "Support for PGM^RT API" | ||
377 | default y | ||
378 | depends on LITMUS_LOCKING && ALLOW_EARLY_RELEASE | ||
379 | help | ||
380 | This option enables support for PGM^RT API. The source code of PGM^RT | ||
381 | can be found https://github.com/GElliott/pgm . This option adds some | ||
382 | variables in rt_param.h. | ||
383 | |||
384 | endmenu | 375 | endmenu |