From 9e9905bf0c055090b891868dfc0ec5910f7d1a1e Mon Sep 17 00:00:00 2001 From: Michael Jeanson Date: Wed, 12 May 2021 16:13:01 -0400 Subject: [PATCH] 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 --- src/Kconfig | 1 + src/tests/Kconfig | 1 + 2 files changed, 2 insertions(+) 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 -- 2.34.1