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

View file

@ -8,11 +8,11 @@ menuconfig CLK
if CLK if CLK
config CLK_RPMSG config CLK_RPMSG
bool "rpmsg clk driver" bool "RPMSG clk driver"
default n default n
depends on RPTUN depends on RPTUN
---help--- ---help---
Rpmsg clk are proxy/master pairs clock that operate clks between client and RPMSG clk are proxy/master pairs clock that operate clks between client and
server processor. server processor.
endif endif

View file

@ -45,7 +45,7 @@ config INPUT_UINPUT
Enable support virtual input device driver Enable support virtual input device driver
config UINPUT_RPMSG config UINPUT_RPMSG
bool "Enable uinput rpmsg" bool "Enable uinput RPMSG"
depends on INPUT_UINPUT depends on INPUT_UINPUT
depends on RPTUN depends on RPTUN
default n default n

View file

@ -15,17 +15,17 @@ config IOEXPANDER
if IOEXPANDER if IOEXPANDER
config IOEXPANDER_RPMSG config IOEXPANDER_RPMSG
bool "IO expander rpmsg server and client" bool "IO expander RPMSG server and client"
depends on RPTUN depends on RPTUN
default n default n
select IOEXPANDER_INT_ENABLE select IOEXPANDER_INT_ENABLE
---help--- ---help---
This settings enable ioexpander rpmsg server and client. This settings enable ioexpander RPMSG server and client.
if IOEXPANDER_RPMSG if IOEXPANDER_RPMSG
config IOEXPANDER_RPMSG_INT_NCALLBACKS config IOEXPANDER_RPMSG_INT_NCALLBACKS
int "number of ioexpander rpmsg interrupt callbacks" int "number of ioexpander RPMSG interrupt callbacks"
default 32 default 32
---help--- ---help---
This set the IO expander number in interrupt callbacks. This set the IO expander number in interrupt callbacks.

View file

@ -59,7 +59,7 @@ config NET_RPMSG_DRV
depends on RPTUN depends on RPTUN
select ARCH_HAVE_NETDEV_STATISTICS select ARCH_HAVE_NETDEV_STATISTICS
---help--- ---help---
Use the rpmsg as net device, transfer packet between remoteproc. Use the RPMSG as net device, transfer packet between remoteproc.
if NET_RPMSG_DRV if NET_RPMSG_DRV
@ -70,10 +70,10 @@ config NET_RPMSG_PRIORITY
The priority for net rmpsg task. The priority for net rmpsg task.
config NET_RPMSG_STACKSIZE config NET_RPMSG_STACKSIZE
int "net rpmsg stack size" int "net RPMSG stack size"
default DEFAULT_TASK_STACKSIZE default DEFAULT_TASK_STACKSIZE
---help--- ---help---
The stack size allocated for the net rpmsg task. The stack size allocated for the net RPMSG task.
endif # NET_RPMSG_DRV endif # NET_RPMSG_DRV

View file

@ -67,13 +67,13 @@ config REGULATOR_GPIO
control to regulator. control to regulator.
config REGULATOR_RPMSG config REGULATOR_RPMSG
bool "Regulator rpmsg driver support" bool "Regulator RPMSG driver support"
depends on RPTUN depends on RPTUN
default n default n
---help--- ---help---
The rpmsg regulator driver implements the common regulator APIs, inside which The RPMSG regulator driver implements the common regulator APIs, inside which
the regulator operations are sent from the client to the remote device via the regulator operations are sent from the client to the remote device via
the rpmsg channel. The remote device(namely server) is responsible for the RPMSG channel. The remote device(namely server) is responsible for
the parse and the completion. the parse and the completion.
menuconfig REGULATOR_ACT8945A menuconfig REGULATOR_ACT8945A

View file

@ -56,7 +56,7 @@ config RPTUN_PING
bool "rptun ping support" bool "rptun ping support"
default n default n
---help--- ---help---
This is for rptun debugging & profiling, create ping rpmsg This is for rptun debugging & profiling, create ping RPMSG
channel, user can use it to get send/recv speed & latency. channel, user can use it to get send/recv speed & latency.
endif # RPTUN endif # RPTUN

View file

@ -18,11 +18,11 @@ config USENSOR
Allow application to register user sensor by /dev/usensor. Allow application to register user sensor by /dev/usensor.
config SENSORS_RPMSG config SENSORS_RPMSG
bool "Sensor rpmsg Support" bool "Sensor RPMSG Support"
default n default n
depends on RPTUN depends on RPTUN
---help--- ---help---
Allow application to read or control remote sensor device by rpmsg. Allow application to read or control remote sensor device by RPMSG.
config SENSORS_GPS config SENSORS_GPS
bool "GPS Support" bool "GPS Support"

View file

@ -72,7 +72,7 @@ config MCU_SERIAL
default n default n
config RPMSG_UART config RPMSG_UART
bool "UART rpmsg support" bool "UART RPMSG support"
default n default n
depends on RPTUN depends on RPTUN
select ARCH_HAVE_SERIAL_TERMIOS select ARCH_HAVE_SERIAL_TERMIOS
@ -82,11 +82,11 @@ config RPMSG_UART
select SERIAL_IFLOWCONTROL select SERIAL_IFLOWCONTROL
config RPMSG_UART_CONSOLE config RPMSG_UART_CONSOLE
bool "UART rpmsg console support" bool "UART RPMSG console support"
default n default n
depends on RPMSG_UART depends on RPMSG_UART
---help--- ---help---
Register the UART rpmsg device as /dev/console so that is will be used Register the UART RPMSG device as /dev/console so that is will be used
as the console device. as the console device.
NOTE: support for this option must be implemented in the board logic by NOTE: support for this option must be implemented in the board logic by
setting the \"isconsole\" argument in the uart_rpmsg_init() function to true. setting the \"isconsole\" argument in the uart_rpmsg_init() function to true.

View file

@ -230,7 +230,7 @@ config SYSLOG_RPMSG
depends on SCHED_WORKQUEUE depends on SCHED_WORKQUEUE
default n default n
---help--- ---help---
Use the rpmsg as a SYSLOG output device, send message to remote proc. Use the RPMSG as a SYSLOG output device, send message to remote proc.
config SYSLOG_STREAM config SYSLOG_STREAM
bool "Log to stream" bool "Log to stream"
@ -275,9 +275,9 @@ endif # RAMLOG_SYSLOG
if SYSLOG_RPMSG if SYSLOG_RPMSG
config SYSLOG_RPMSG_SERVER_NAME config SYSLOG_RPMSG_SERVER_NAME
string "The name of Syslog Rpmsg Server" string "The name of Syslog RPMSG Server"
---help--- ---help---
The proc name of rpmsg server. Client sends message to The proc name of RPMSG server. Client sends message to
specified name of remote proc. specified name of remote proc.
config SYSLOG_RPMSG_WORK_DELAY config SYSLOG_RPMSG_WORK_DELAY
@ -285,7 +285,7 @@ config SYSLOG_RPMSG_WORK_DELAY
default 100 default 100
config SYSLOG_RPMSG_CHARDEV config SYSLOG_RPMSG_CHARDEV
bool "SYSLOG rpmsg character device" bool "SYSLOG RPMSG character device"
default SYSLOG_RPMSG_WORK_DELAY != 0 default SYSLOG_RPMSG_WORK_DELAY != 0
endif # SYSLOG_RPMSG endif # SYSLOG_RPMSG
@ -295,10 +295,10 @@ config SYSLOG_RPMSG_SERVER
default n default n
depends on RPTUN depends on RPTUN
---help--- ---help---
Use rpmsg to receive message from remote proc. Use RPMSG to receive message from remote proc.
config SYSLOG_RPMSG_SERVER_CHARDEV config SYSLOG_RPMSG_SERVER_CHARDEV
bool "SYSLOG rpmsg server character device" bool "SYSLOG RPMSG server character device"
default n default n
menuconfig SYSLOG_FILE menuconfig SYSLOG_FILE

View file

@ -355,20 +355,20 @@ config RX8010SJ_I2C_FREQUENCY
endif # RTC_RX8010SJ endif # RTC_RX8010SJ
config RTC_RPMSG config RTC_RPMSG
bool "Rpmsg RTC Driver" bool "RPMSG RTC Driver"
default n default n
depends on RPTUN depends on RPTUN
select ARCH_HAVE_RTC_SUBSECONDS select ARCH_HAVE_RTC_SUBSECONDS
config RTC_RPMSG_SERVER config RTC_RPMSG_SERVER
bool "The RTC Rpmsg Role" bool "The RTC RPMSG Role"
depends on RPTUN depends on RPTUN
config RTC_RPMSG_SERVER_NAME config RTC_RPMSG_SERVER_NAME
string "The name of RTC Rpmsg Server" string "The name of RTC RPMSG Server"
depends on RTC_RPMSG depends on RTC_RPMSG
---help--- ---help---
The proc name of rtc server. Client requests time from The proc name of RTC server. Client requests time from
specified name of remote proc. specified name of remote proc.
endif # RTC endif # RTC

View file

@ -17,9 +17,9 @@ config NET_USRSOCK_DEVICE
Will export /dev/usrsock device node for usrsock request/response operations Will export /dev/usrsock device node for usrsock request/response operations
config NET_USRSOCK_RPMSG config NET_USRSOCK_RPMSG
bool "rpmsg transport" bool "RPMSG transport"
---help--- ---help---
Will send usrsock request or receive usrsock response via rpmsg channel directly Will send usrsock request or receive usrsock response via RPMSG channel directly
config NET_USRSOCK_CUSTOM config NET_USRSOCK_CUSTOM
bool "Customerized interface" bool "Customerized interface"
@ -29,7 +29,7 @@ config NET_USRSOCK_CUSTOM
endchoice endchoice
config NET_USRSOCK_RPMSG_CPUNAME config NET_USRSOCK_RPMSG_CPUNAME
string "The cpuname on which the rpmsg server runs" string "The cpuname on which the RPMSG server runs"
depends on NET_USRSOCK_RPMSG depends on NET_USRSOCK_RPMSG
endmenu endmenu
@ -41,7 +41,7 @@ config NET_USRSOCK_RPMSG_SERVER
default n default n
depends on NET && RPTUN depends on NET && RPTUN
---help--- ---help---
Enable usrsock through rpmsg channel. Enable usrsock through RPMSG channel.
if NET_USRSOCK_RPMSG_SERVER if NET_USRSOCK_RPMSG_SERVER

View file

@ -8,7 +8,7 @@ config FS_RPMSGFS
default n default n
depends on RPTUN depends on RPTUN
---help--- ---help---
Use rpmsg file system to mount remote directories to local. Use RPMSG file system to mount remote directories to local.
This the method for user to use remote file like own core. This the method for user to use remote file like own core.
config FS_RPMSGFS_SERVER config FS_RPMSGFS_SERVER
@ -16,4 +16,4 @@ config FS_RPMSGFS_SERVER
default n default n
depends on RPTUN depends on RPTUN
---help--- ---help---
Initialize rpmsg file system server automatically. Initialize RPMSG file system server automatically.

View file

@ -3,29 +3,29 @@
# see the file kconfig-language.txt in the NuttX tools repository. # see the file kconfig-language.txt in the NuttX tools repository.
# #
menu "Rpmsg Socket Support" menu "RPMSG Socket Support"
depends on NET depends on NET
config NET_RPMSG config NET_RPMSG
bool "Rpmsg domain (remote) sockets" bool "RPMSG domain (remote) sockets"
depends on RPTUN depends on RPTUN
default n default n
---help--- ---help---
Enable or disable Rpmsg (aka remote) sockets. Enable or disable RPMSG (aka remote) sockets.
if NET_RPMSG if NET_RPMSG
config NET_RPMSG_RXBUF_SIZE config NET_RPMSG_RXBUF_SIZE
int "Rpmsg socket rx buffer size" int "RPMSG socket rx buffer size"
default 1024 default 1024
---help--- ---help---
Socket rpmsg rx buffer size, for recv slowly Socket RPMSG rx buffer size, for recv slowly
config NET_RPMSG_NPOLLWAITERS config NET_RPMSG_NPOLLWAITERS
int "Rpmsg socket number of poll waiters" int "RPMSG socket number of poll waiters"
default 4 default 4
---help--- ---help---
Socket rpmsg number of poll waiters Socket RPMSG number of poll waiters
endif # NET_RPMSG endif # NET_RPMSG