nuttx/drivers/rptun/Kconfig
Xiang Xiao 6ad91aeb05 Kconfig: change the stack size default to DEFAULT_TASK_STACKSIZE
Signed-off-by: Xiang Xiao <xiaoxiang@xiaomi.com>
2020-04-18 07:17:38 -06:00

24 lines
462 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
endif # RPTUN