X-Git-Url: https://git.lttng.org/?a=blobdiff_plain;f=Kconfig;h=abaa41200e82c79e20cf586fe1e706dd6ed8dacd;hb=5e22c27b94232371a9dd58abc868439a9e050fec;hp=0ea350923a967b9d0667774cc25453bf0264848b;hpb=937d307ebcc31d767a7c68cd254b61eeea1dc92b;p=lttng-modules.git diff --git a/Kconfig b/Kconfig index 0ea35092..abaa4120 100644 --- a/Kconfig +++ b/Kconfig @@ -14,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"