X-Git-Url: http://git.liburcu.org/?a=blobdiff_plain;f=Kconfig;h=abaa41200e82c79e20cf586fe1e706dd6ed8dacd;hb=41b3bcd01669b811788a6a5111d4659c92692895;hp=c350b9b61a65de70f0b077a9dabf96f24972e77d;hpb=3a3b740faf8e26a96a9a3e6eadab4b314a2e3356;p=lttng-modules.git diff --git a/Kconfig b/Kconfig index c350b9b6..abaa4120 100644 --- a/Kconfig +++ b/Kconfig @@ -1,6 +1,9 @@ +# SPDX-License-Identifier: (GPL-2.0 or LGPL-2.1) + config LTTNG tristate "LTTng support" - depends on TRACEPOINTS + default m + select TRACING help LTTng is an open source tracing framework for Linux. @@ -11,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"