summaryrefslogtreecommitdiffstats
path: root/rules/open62541.in
blob: 74ee011e287573a7ec3ada16e2a9ce3f2de9c651 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
## SECTION=communication

config OPEN62541
	tristate
	prompt "open62541"
	select HOST_CMAKE
	select HOST_OPEN62541
	select HOST_UA_NODESET
	select LIBC_PTHREAD
	select MBEDTLS
	help
          The open62541 project is an open source implementation of the OPC UA
          communication infrastructure which is used in industrial control.