Port to meson

OpenBMC is moving everything to meson, so do that here, too.

Change-Id: I6a7181d6a538ce4e81d216c4391828819e27ee16
Signed-off-by: Jason M. Bills <jason.m.bills@intel.com>
diff --git a/meson.options b/meson.options
new file mode 100644
index 0000000..259285c
--- /dev/null
+++ b/meson.options
@@ -0,0 +1,13 @@
+option(
+    'wait-for-os-standby',
+    type: 'feature',
+    value: 'disabled',
+    description: 'Wait for the OS Standby state to indicate that BIOS is complete before starting the PCIe scan',
+)
+
+option(
+    'use-rdendpointcfg',
+    type: 'feature',
+    value: 'disabled',
+    description: 'Use the RdEndpointConfig PECI command to read PCI data',
+)