kconfig: add power management options into a menu

Change-Id: I8e847c7f3305b63647f01a83a002a7962056732a
Signed-off-by: Anas Nashif <anas.nashif@intel.com>
This commit is contained in:
Anas Nashif 2016-03-13 19:53:30 -04:00
parent 84a5557eb3
commit a033c14dd1

View file

@ -190,8 +190,10 @@ config STACK_CANARIES
endmenu
endmenu
source "kernel/nanokernel/Kconfig"
menu "Power Management"
config ADVANCED_POWER_MANAGEMENT
bool
prompt "Advanced power management"
@ -246,6 +248,8 @@ config TICKLESS_IDLE_THRESH
endmenu
endmenu
if MICROKERNEL
source "kernel/microkernel/Kconfig"
endif