2020-11-18 13:40:58 +01:00
|
|
|
#
|
|
|
|
# For a description of the syntax of this configuration file,
|
|
|
|
# see the file kconfig-language.txt in the NuttX tools repository.
|
|
|
|
#
|
|
|
|
|
|
|
|
config EXAMPLES_RPMSGSOCKET
|
2022-07-19 10:48:50 +02:00
|
|
|
tristate "Rpmsg socket example"
|
2020-11-18 13:40:58 +01:00
|
|
|
depends on NET_RPMSG
|
|
|
|
default n
|
|
|
|
---help---
|
|
|
|
Enable the rpmsg socket test example
|