Kconfigs: rename {Rpmsg|rpmsg} to RPMGS

This commit is contained in:
raiden00pl
2023-10-27 12:56:33 +02:00
committed by Xiang Xiao
parent b7288c4db9
commit b565e28da3
13 changed files with 41 additions and 41 deletions
+7 -7
View File
@@ -3,29 +3,29 @@
# see the file kconfig-language.txt in the NuttX tools repository.
#
menu "Rpmsg Socket Support"
menu "RPMSG Socket Support"
depends on NET
config NET_RPMSG
bool "Rpmsg domain (remote) sockets"
bool "RPMSG domain (remote) sockets"
depends on RPTUN
default n
---help---
Enable or disable Rpmsg (aka remote) sockets.
Enable or disable RPMSG (aka remote) sockets.
if NET_RPMSG
config NET_RPMSG_RXBUF_SIZE
int "Rpmsg socket rx buffer size"
int "RPMSG socket rx buffer size"
default 1024
---help---
Socket rpmsg rx buffer size, for recv slowly
Socket RPMSG rx buffer size, for recv slowly
config NET_RPMSG_NPOLLWAITERS
int "Rpmsg socket number of poll waiters"
int "RPMSG socket number of poll waiters"
default 4
---help---
Socket rpmsg number of poll waiters
Socket RPMSG number of poll waiters
endif # NET_RPMSG