xref: /OK3568_Linux_fs/buildroot/package/open62541/Config.in (revision 4882a59341e53eb6f0b4789bf948001014eff981)
1*4882a593Smuzhiyunconfig BR2_PACKAGE_OPEN62541
2*4882a593Smuzhiyun	bool "open62541"
3*4882a593Smuzhiyun	help
4*4882a593Smuzhiyun	  open62541 is an open source and free implementation of OPC UA.
5*4882a593Smuzhiyun
6*4882a593Smuzhiyun	  http://open62541.org
7*4882a593Smuzhiyun
8*4882a593Smuzhiyunif BR2_PACKAGE_OPEN62541
9*4882a593Smuzhiyun
10*4882a593Smuzhiyunchoice
11*4882a593Smuzhiyun	prompt "namespace zero nodes"
12*4882a593Smuzhiyun	help
13*4882a593Smuzhiyun	  Namespace zero contains the standard-defined nodes. The full
14*4882a593Smuzhiyun	  namespace zero may not be required for all applications.
15*4882a593Smuzhiyun
16*4882a593Smuzhiyunconfig BR2_PACKAGE_OPEN62541_UA_NAMESPACE_ZERO_DEFAULT
17*4882a593Smuzhiyun	bool "default"
18*4882a593Smuzhiyun	help
19*4882a593Smuzhiyun	  Use the default namespace zero contents.
20*4882a593Smuzhiyun
21*4882a593Smuzhiyunconfig BR2_PACKAGE_OPEN62541_UA_NAMESPACE_ZERO_MINIMAL
22*4882a593Smuzhiyun	bool "minimal"
23*4882a593Smuzhiyun	help
24*4882a593Smuzhiyun	  A barebones namespace zero that is compatible with most
25*4882a593Smuzhiyun	  clients.  But this namespace 0 is so small that it does not
26*4882a593Smuzhiyun	  pass the CTT (Conformance Testing Tools of the OPC
27*4882a593Smuzhiyun	  Foundation).
28*4882a593Smuzhiyun
29*4882a593Smuzhiyunconfig BR2_PACKAGE_OPEN62541_UA_NAMESPACE_ZERO_REDUCED
30*4882a593Smuzhiyun	bool "reduced"
31*4882a593Smuzhiyun	help
32*4882a593Smuzhiyun	  Small namespace zero that passes the CTT.
33*4882a593Smuzhiyun
34*4882a593Smuzhiyunconfig BR2_PACKAGE_OPEN62541_UA_NAMESPACE_ZERO_FULL
35*4882a593Smuzhiyun	bool "full"
36*4882a593Smuzhiyun	help
37*4882a593Smuzhiyun	  Full namespace zero generated from the official XML
38*4882a593Smuzhiyun	  definitions.
39*4882a593Smuzhiyun
40*4882a593Smuzhiyunendchoice
41*4882a593Smuzhiyun
42*4882a593Smuzhiyunconfig BR2_PACKAGE_OPEN62541_JSON_ENCODING
43*4882a593Smuzhiyun	bool "json encoding"
44*4882a593Smuzhiyun
45*4882a593Smuzhiyunconfig BR2_PACKAGE_OPEN62541_PUBSUB
46*4882a593Smuzhiyun	bool "publish/subscribe"
47*4882a593Smuzhiyun	help
48*4882a593Smuzhiyun	  Enable the experimental OPC UA PubSub support. The option
49*4882a593Smuzhiyun	  will include the PubSub UDP multicast plugin.
50*4882a593Smuzhiyun
51*4882a593Smuzhiyunif BR2_PACKAGE_OPEN62541_PUBSUB
52*4882a593Smuzhiyun
53*4882a593Smuzhiyunconfig BR2_PACKAGE_OPEN62541_PUBSUB_DELTAFRAMES
54*4882a593Smuzhiyun	bool "publish/subscribe deltaframes"
55*4882a593Smuzhiyun	help
56*4882a593Smuzhiyun	  The PubSub messages differentiate between keyframe (all
57*4882a593Smuzhiyun	  published values contained) and deltaframe (only changed
58*4882a593Smuzhiyun	  values contained) messages. Deltaframe messages creation
59*4882a593Smuzhiyun	  consumes some additional ressources.
60*4882a593Smuzhiyun
61*4882a593Smuzhiyunconfig BR2_PACKAGE_OPEN62541_PUBSUB_INFORMATIONMODEL
62*4882a593Smuzhiyun	bool "publish/subscribe information model"
63*4882a593Smuzhiyun	depends on BR2_PACKAGE_OPEN62541_UA_NAMESPACE_ZERO_REDUCED || \
64*4882a593Smuzhiyun		BR2_PACKAGE_OPEN62541_UA_NAMESPACE_ZERO_FULL
65*4882a593Smuzhiyun	help
66*4882a593Smuzhiyun	  Enable the information model representation of the PubSub
67*4882a593Smuzhiyun	  configuration.
68*4882a593Smuzhiyun
69*4882a593Smuzhiyunendif # BR2_PACKAGE_OPEN62541_PUBSUB
70*4882a593Smuzhiyun
71*4882a593Smuzhiyunendif
72