arc: make the defconfig use a nano kernel by default
On ARC the default should be nano kernel. Change-Id: I7671fda1357abbe1fd04a74f44856dbcc26bddbf Signed-off-by: Anas Nashif <anas.nashif@intel.com>
This commit is contained in:
parent
ac47c45ca0
commit
66f83ece6e
1 changed files with 2 additions and 23 deletions
|
@ -2,8 +2,8 @@
|
|||
# Automatically generated file; DO NOT EDIT.
|
||||
# Zephyr Kernel/arc Configuration
|
||||
#
|
||||
# CONFIG_NANOKERNEL is not set
|
||||
CONFIG_MICROKERNEL=y
|
||||
CONFIG_NANOKERNEL=y
|
||||
# CONFIG_MICROKERNEL is not set
|
||||
|
||||
#
|
||||
# General Kernel Options
|
||||
|
@ -24,27 +24,6 @@ CONFIG_ISR_STACK_SIZE=2048
|
|||
# CONFIG_NANO_TIMEOUTS is not set
|
||||
# CONFIG_NANO_TIMERS is not set
|
||||
|
||||
#
|
||||
# Microkernel Options
|
||||
#
|
||||
CONFIG_MICROKERNEL_SERVER_STACK_SIZE=1024
|
||||
CONFIG_MICROKERNEL_SERVER_PRIORITY=0
|
||||
CONFIG_PRIORITY_CEILING=0
|
||||
CONFIG_COMMAND_STACK_SIZE=64
|
||||
CONFIG_NUM_COMMAND_PACKETS=16
|
||||
CONFIG_NUM_TIMER_PACKETS=10
|
||||
CONFIG_NUM_TASK_PRIORITIES=16
|
||||
CONFIG_MAX_NUM_TASK_IRQS=0
|
||||
|
||||
#
|
||||
# Timer API Options
|
||||
#
|
||||
CONFIG_TIMESLICING=y
|
||||
CONFIG_TIMESLICE_SIZE=0
|
||||
CONFIG_TIMESLICE_PRIORITY=0
|
||||
# CONFIG_TASK_MONITOR is not set
|
||||
# CONFIG_ADVANCED_POWER_MANAGEMENT is not set
|
||||
|
||||
#
|
||||
# General Setup
|
||||
#
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue