Files
nuttx/drivers/rptun/Kconfig
T
ligd 0275e527ec socket_rpmsg: fix save rp_name error when accept
Change-Id: I7595d5e80c3c6d226957eaf46942f33be250ba15
Signed-off-by: ligd <liguiding1@xiaomi.com>
2021-10-19 19:46:27 +08:00

32 lines
604 B
Plaintext

#
# For a description of the syntax of this configuration file,
# see the file kconfig-language.txt in the NuttX tools repository.
#
menuconfig RPTUN
bool "Remote Proc Tunnel Driver Support"
default n
depends on OPENAMP
---help---
RPTUN driver is used for multi-cores' communication.
if RPTUN
config RPTUN_PRIORITY
int "rpturn thread priority"
default 224
config RPTUN_STACKSIZE
int "rptun stack size"
default DEFAULT_TASK_STACKSIZE
config RPTUN_LOADER
bool "rptun loader support"
default n
config RPTUN_LOCAL_CPUNAME
string "rptun local cpuname"
default LIBC_HOSTNAME
endif # RPTUN