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:
parent
3db7c1150a
commit
f94d72b7fe
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user