From: Michael Jeanson Date: Wed, 12 May 2021 20:13:01 +0000 (-0400) Subject: Add defaults to Kconfig options X-Git-Url: https://git.lttng.org/?p=lttng-modules.git;a=commitdiff_plain;h=9e9905bf0c055090b891868dfc0ec5910f7d1a1e Add defaults to Kconfig options 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 Signed-off-by: Mathieu Desnoyers --- diff --git a/src/Kconfig b/src/Kconfig index b7f670e6..e42e25e6 100644 --- a/src/Kconfig +++ b/src/Kconfig @@ -2,6 +2,7 @@ config LTTNG tristate "LTTng support" + default m select TRACING help LTTng is an open source tracing framework for Linux. diff --git a/src/tests/Kconfig b/src/tests/Kconfig index 974fa10d..1bc3fea7 100644 --- a/src/tests/Kconfig +++ b/src/tests/Kconfig @@ -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