From f94d72b7feedf5944700221eddfba016bf60a458 Mon Sep 17 00:00:00 2001 From: Kaspar Schleiser Date: Tue, 15 Feb 2022 11:23:58 +0100 Subject: [PATCH] core: add core_lib to Kconfig --- core/Kconfig | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/core/Kconfig b/core/Kconfig index d29176d257..fa4724c802 100644 --- a/core/Kconfig +++ b/core/Kconfig @@ -9,10 +9,17 @@ menuconfig MODULE_CORE bool "RIOT Core" default y depends on TEST_KCONFIG + depends on MODULE_CORE_LIB help RIOT's core module. Only change this if you know what you are doing. If unsure, say Y. +config MODULE_CORE_LIB + bool + default y + help + Select y to to include core libs + if MODULE_CORE config MODULE_CORE_IDLE_THREAD