2019-11-08 16:31:41 +01:00
|
|
|
#
|
|
|
|
# For a description of the syntax of this configuration file,
|
|
|
|
# see the file kconfig-language.txt in the NuttX tools repository.
|
|
|
|
#
|
|
|
|
|
|
|
|
config SYSTEM_USRSOCK_RPMSG
|
|
|
|
tristate "RPMSG usrsock"
|
|
|
|
default n
|
|
|
|
depends on NET && OPENAMP
|
|
|
|
---help---
|
|
|
|
Enable usrsock through rpmsg channel.
|
|
|
|
|
|
|
|
if SYSTEM_USRSOCK_RPMSG
|
|
|
|
|
|
|
|
config SYSTEM_USRSOCK_RPMSG_PRIORITY
|
|
|
|
int "usrsock task priority"
|
|
|
|
default 80
|
|
|
|
---help---
|
|
|
|
The priority for usrsock task.
|
|
|
|
|
|
|
|
config SYSTEM_USRSOCK_RPMSG_STACKSIZE
|
|
|
|
int "usrsock task stack size"
|
2020-03-27 06:10:33 +01:00
|
|
|
default DEFAULT_TASK_STACKSIZE
|
2019-11-08 16:31:41 +01:00
|
|
|
---help---
|
|
|
|
The stack size allocated for the usrsock task.
|
|
|
|
|
|
|
|
endif # SYSTEM_USRSOCK_RPMSG
|