debug-trigger: Do what we can to debug unresponsive systems
debug-trigger is a small daemon which translates an external signal that
the system is unresponsive into a system crash for debug data
collection.
Signed-off-by: Andrew Jeffery <andrew@aj.id.au>
Change-Id: Ic04f1a95aaf651d56b75f5261d8a6f76d34477a7
diff --git a/meson_options.txt b/meson_options.txt
new file mode 100644
index 0000000..6793077
--- /dev/null
+++ b/meson_options.txt
@@ -0,0 +1,5 @@
+option('systemd', type: 'boolean', value: true)
+option('p10bmc-debug-trigger-kcs1', type: 'boolean', value: false)
+option('p10bmc-debug-trigger-kcs2', type: 'boolean', value: false)
+option('p10bmc-debug-trigger-kcs3', type: 'boolean', value: false)
+option('p10bmc-debug-trigger-kcs4', type: 'boolean', value: false)