Add defaults to Kconfig options
authorMichael Jeanson <mjeanson@efficios.com>
Wed, 12 May 2021 20:13:01 +0000 (16:13 -0400)
committerMathieu Desnoyers <mathieu.desnoyers@efficios.com>
Thu, 13 May 2021 15:38:58 +0000 (11:38 -0400)
Add defaults to the Kconfig options used when building in-tree that
match the default configuration when built out-of-tree.

Change-Id: I436251f1fb4c3e238a013d18d67932565b92ef45
Signed-off-by: Michael Jeanson <mjeanson@efficios.com>
Signed-off-by: Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
src/Kconfig
src/tests/Kconfig

index b7f670e622545b269480c16e7b382878f66e2f0e..e42e25e685275afc859bfacb5eb9a3ee4ba1da27 100644 (file)
@@ -2,6 +2,7 @@
 
 config LTTNG
        tristate "LTTng support"
+       default m
        select TRACING
        help
          LTTng is an open source tracing framework for Linux.
index 974fa10d30a64df802af8f5cd78d0e6d635a60c1..1bc3fea7adf12aa4fe43cab9930eb936faf79df0 100644 (file)
@@ -2,6 +2,7 @@
 
 config LTTNG_CLOCK_PLUGIN_TEST
        tristate "Use test plugin as trace clock"
+       default m
        depends on LTTNG
        help
         Use the test clock as trace clock. This plugin freezes the
This page took 0.026162 seconds and 4 git commands to generate.