1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2025-12-26 06:53:52 +01:00

Merge pull request #17825 from leandrolanzieri/core/kconfig/fix_menuconfig_display

core/Kconfig: move MODULE_CORE_LIB symbol to fix menuconfig display
This commit is contained in:
benpicco 2022-03-20 22:38:00 +01:00 committed by GitHub
commit 62bc9bb7a3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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