Add defaults to Kconfig options
[lttng-modules.git] / Kconfig
CommitLineData
9f36eaed
MJ
1# SPDX-License-Identifier: (GPL-2.0 or LGPL-2.1)
2
f59ec0be
MJ
3config LTTNG
4 tristate "LTTng support"
937d307e 5 default m
ff4d1d7e 6 select TRACING
f59ec0be
MJ
7 help
8 LTTng is an open source tracing framework for Linux.
9
10 See https://lttng.org/
11
45ba17e2
MD
12 To compile as a set of modules, choose M here. To compile into
13 the Linux kernel image, choose Y.
f59ec0be
MJ
14
15 If unsure, say N.
3a3b740f
AW
16
17source "lttng/tests/Kconfig"
This page took 0.035193 seconds and 4 git commands to generate.