summaryrefslogtreecommitdiffstats
path: root/rules/open62541.in
blob: dc35921eaef3eddfaf2f6761fc19981c108638b9 (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.