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 18:07:39 +0000 (14:07 -0400)
Add defaults to the Kconfig options used when building in-tree that
match the default configuration when built out-of-tree.

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

diff --git a/Kconfig b/Kconfig
index 10eccff60e80909bc078a20abde25d6be2ffdb84..0ea350923a967b9d0667774cc25453bf0264848b 100644 (file)
--- 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.
index 7ae0dbfff8e06c3ed74759b12abfb90f460d9048..3e5e2a238edeb988ea3449858a55e0b1b393b6d4 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.026091 seconds and 4 git commands to generate.