Add meson build support

This adds meson build support for x86-power-control

Tested:
Enabled meson build and confirmed that ipmi power
control commands all still work correctly.

Change-Id: Icfa8d59757f474df3271f06e90e6cfd5cb85a2ac
Signed-off-by: Jason M. Bills <jason.m.bills@linux.intel.com>
diff --git a/meson_options.txt b/meson_options.txt
new file mode 100644
index 0000000..d4c0309
--- /dev/null
+++ b/meson_options.txt
@@ -0,0 +1,4 @@
+option('chassis-system-reset', type: 'feature', value : 'disabled',
+       description: 'Enable chassis system power reset to allow removing power and restoring back')
+option('use-plt-rst', type: 'feature', value : 'disabled',
+       description: 'Use the PLT_RST eSPI signal to detect warm reset instead of POST Complete')
\ No newline at end of file