Kbuild: Sysgen support for NUM_TASK_PRIORITIES
This commit add support to the Kbuild system for the NUM_TASK_PRIORITIES Kconfig symbol and the corresponding sysgen parameter. Change-Id: I6b035437c86d62f72c25d696d18182a7b0448e8f Signed-off-by: Juan Manuel Cruz <juan.m.cruz.alcaraz@linux.intel.com>
This commit is contained in:
parent
9846fb257a
commit
622e273d08
8 changed files with 21 additions and 3 deletions
|
@ -34,6 +34,7 @@ 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_API_MEMMAP=y
|
||||
CONFIG_API_MEMPOOL=y
|
||||
CONFIG_API_TASKIRQ=y
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue