1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-29 04:50:03 +01:00

core: add core_lib to Kconfig

This commit is contained in:
Kaspar Schleiser 2022-02-15 11:23:58 +01:00
parent 3db7c1150a
commit f94d72b7fe

View File

@ -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