From 937d307ebcc31d767a7c68cd254b61eeea1dc92b 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: I8e38a3d4fd1c13b54b5a4a8deb66c84acdfb76c0 Signed-off-by: Michael Jeanson Signed-off-by: Mathieu Desnoyers --- Kconfig | 1 + tests/Kconfig | 1 + 2 files changed, 2 insertions(+) diff --git a/Kconfig b/Kconfig index 10eccff6..0ea35092 100644 --- 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. diff --git a/tests/Kconfig b/tests/Kconfig index 7ae0dbff..3e5e2a23 100644 --- a/tests/Kconfig +++ b/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