X-Git-Url: https://git.lttng.org/?a=blobdiff_plain;f=Kconfig;h=abaa41200e82c79e20cf586fe1e706dd6ed8dacd;hb=refs%2Fheads%2Fstable-2.12;hp=10eccff60e80909bc078a20abde25d6be2ffdb84;hpb=ff4d1d7e85be94ef43709cd698f0ec9a12f247d1;p=lttng-modules.git diff --git a/Kconfig b/Kconfig index 10eccff6..abaa4120 100644 --- a/Kconfig +++ b/Kconfig @@ -2,6 +2,7 @@ config LTTNG tristate "LTTng support" + 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"