The cirros image was rebuilt against the 3.13.0-83 kernel, drivers e1000e, igbvf...
[packages/trusty/cirros-testvm.git] / cirros-testvm / src-cirros / buildroot-2015.05 / package / ola / Config.in
1 comment "ola needs a toolchain w/ C++, threads, wchar"
2         depends on !BR2_INSTALL_LIBSTDCPP || !BR2_USE_WCHAR || !BR2_TOOLCHAIN_HAS_THREADS
3         depends on BR2_arm || BR2_i386 || BR2_mipsel || BR2_x86_64
4
5 config BR2_PACKAGE_OLA
6         bool "ola (open lighting architecture)"
7         select BR2_PACKAGE_PROTOBUF
8         select BR2_PACKAGE_UTIL_LINUX_LIBUUID
9         select BR2_PACKAGE_UTIL_LINUX
10         depends on BR2_INSTALL_LIBSTDCPP # protobuf
11         depends on BR2_USE_WCHAR # util-linux
12         depends on BR2_TOOLCHAIN_HAS_THREADS
13         depends on BR2_arm || BR2_i386 || BR2_mipsel || BR2_x86_64 # protobuf
14         # protobuf -> host-protobuf
15         depends on BR2_HOSTARCH = "x86_64" || BR2_HOSTARCH = "x86"
16         help
17           Open Lighting Architecture provides applications
18           with a mechanism to send and receive DMX512 & RDM
19           commands using hardware devices and DMX over IP protocols.
20
21           http://www.opendmx.net/index.php/OLA
22
23 if BR2_PACKAGE_OLA
24
25 menu "bindings and interface"
26
27 config BR2_PACKAGE_OLA_WEB
28         bool "http interface"
29         select BR2_PACKAGE_LIBMICROHTTPD
30         help
31           Build OLA with browser interface.
32
33 config BR2_PACKAGE_OLA_PYTHON_BINDINGS
34         bool "python bindings"
35         depends on BR2_PACKAGE_PYTHON
36         select BR2_PACKAGE_PYTHON_PROTOBUF
37         help
38           Build OLA with support for the Python language.
39
40 config BR2_PACKAGE_OLA_SLP
41         bool "slp tools"
42         help
43           Build OLA with slp tools.
44
45 endmenu
46
47 menu "tests and examples"
48
49 config BR2_PACKAGE_OLA_EXAMPLES
50         bool "examples"
51         select BR2_PACKAGE_NCURSES
52         help
53           Build OLA examples.
54
55 config BR2_PACKAGE_OLA_RDM_TESTS
56         bool "rdm tests"
57         depends on BR2_PACKAGE_OLA_PYTHON_BINDINGS
58         help
59           Build OLA RDM tests.
60
61 endmenu
62
63 menu "plugin selections"
64
65 config BR2_PACKAGE_OLA_PLUGIN_E131
66         bool "acn E131"
67         help
68           Build ACN E131 plugin for OLA.
69
70 config BR2_PACKAGE_OLA_PLUGIN_ARTNET
71         bool "artnet"
72         help
73           Build Artnet plugin for OLA.
74
75 config BR2_PACKAGE_OLA_PLUGIN_OPENDMX
76         bool "DMX4Linux"
77         help
78           Build DMX4Linux plugin for OLA.
79
80 config BR2_PACKAGE_OLA_PLUGIN_DUMMY
81         bool "dummy"
82         help
83           Build Dummy plugin for OLA.
84
85 config BR2_PACKAGE_OLA_PLUGIN_ESPNET
86         bool "espnet"
87         help
88           Build EspNet plugin for OLA.
89
90 config BR2_PACKAGE_OLA_PLUGIN_KINET
91         bool "kinet"
92         help
93           Build KiNet plugin for OLA.
94
95 config BR2_PACKAGE_OLA_PLUGIN_MILINT
96         bool "Milford Instruments"
97         help
98           Build Milford Instruments 1-463 plugin for OLA.
99
100 config BR2_PACKAGE_OLA_PLUGIN_OSC
101         bool "osc"
102         select BR2_PACKAGE_LIBLO
103         help
104           Build Open Sound Control plugin for OLA.
105
106 config BR2_PACKAGE_OLA_PLUGIN_PATHPORT
107         bool "pathport"
108         help
109           Build Pathport plugin for OLA.
110
111 config BR2_PACKAGE_OLA_PLUGIN_SANDNET
112         bool "sandnet"
113         help
114           Build SandNet plugin for OLA.
115
116 config BR2_PACKAGE_OLA_PLUGIN_SHOWNET
117         bool "shownet"
118         help
119           Build ShowNet plugin for OLA.
120
121 config BR2_PACKAGE_OLA_PLUGIN_STAGEPROFI
122         bool "stageprofi"
123         select BR2_PACKAGE_LIBUSB
124         help
125           Build StageProfi plugin for OLA.
126
127 config BR2_PACKAGE_OLA_PLUGIN_USBPRO
128         bool "usbpro"
129         select BR2_PACKAGE_LIBUSB
130         help
131           Build UsbPro plugin for OLA.
132
133 endmenu
134
135 endif