kconfig: move kernel options close together

have micro and nano kernel next to eachother.

JIRA: ZEP-107
Change-Id: I8d6e4354cf6a8cdf1193c641b112a078cd7ec460
Signed-off-by: Anas Nashif <anas.nashif@intel.com>
This commit is contained in:
Anas Nashif 2016-03-14 22:35:14 -04:00 committed by Gerrit Code Review
parent 61064f0c5e
commit 6b8c6403ec

View file

@ -183,6 +183,10 @@ endmenu
source "kernel/nanokernel/Kconfig"
if MICROKERNEL
source "kernel/microkernel/Kconfig"
endif
menu "Power Management"
config ADVANCED_POWER_MANAGEMENT
bool
@ -239,7 +243,3 @@ config TICKLESS_IDLE_THRESH
endmenu
endmenu
if MICROKERNEL
source "kernel/microkernel/Kconfig"
endif