nuttx/drivers/rptun/Kconfig
Jiuzhu Dong a39fb6bc7a rptun: add CONFIG_RPTUN_LOADER to optimize code size
Signed-off-by: Jiuzhu Dong <dongjiuzhu1@xiaomi.com>
2021-09-12 11:31:11 +08:00

28 lines
537 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
endif # RPTUN