1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2025-01-17 10:32:44 +01:00

core/Kconfig: move MODULE_CORE_LIB symbol to fix menuconfig display

This commit is contained in:
Leandro Lanzieri 2022-03-18 08:23:46 +01:00
parent 202fb261fe
commit a7cc59d9f0
No known key found for this signature in database
GPG Key ID: F4E9A721761C7593

View File

@ -14,12 +14,6 @@ menuconfig MODULE_CORE
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
@ -57,6 +51,12 @@ config MODULE_SCHED_CB
endif # MODULE_CORE
config MODULE_CORE_LIB
bool
default y
help
Select y to to include core libs
menuconfig KCONFIG_USEMODULE_CORE
bool "Configure RIOT Core"
depends on USEMODULE_CORE