X-Git-Url: http://git.liburcu.org/?a=blobdiff_plain;f=Kconfig;h=abaa41200e82c79e20cf586fe1e706dd6ed8dacd;hb=499ac8be0b08816e44bdc76ce2b8bdd0c64a2909;hp=acdab73b3d1a5f8a6d2247c51620a4b989fd7f66;hpb=9f36eaed6f91d5897924b551b44d1edd8cee00e2;p=lttng-modules.git diff --git a/Kconfig b/Kconfig index acdab73b..abaa4120 100644 --- a/Kconfig +++ b/Kconfig @@ -2,7 +2,8 @@ config LTTNG tristate "LTTng support" - select TRACEPOINTS + default m + select TRACING help LTTng is an open source tracing framework for Linux. @@ -13,4 +14,15 @@ config LTTNG If unsure, say N. +config LTTNG_EXPERIMENTAL_BITWISE_ENUM + bool "LTTng experimental bitwise enum support" + default n + depends on LTTNG + help + Enable experimental bitwise enumerations. The traces produced with + this option enabled will generate warnings when read by trace + viewers with default options. + + If unsure, say N. + source "lttng/tests/Kconfig"