meson: reformat with meson formatter
Apply the `meson format` results.
Change-Id: Ie1c6e6ca7e5a12a485b844746b86ad48772d7754
Signed-off-by: Patrick Williams <patrick@stwcx.xyz>
diff --git a/meson.options b/meson.options
new file mode 100644
index 0000000..0442e5c
--- /dev/null
+++ b/meson.options
@@ -0,0 +1,7 @@
+option('tests', type: 'feature', description: 'Build tests')
+option(
+ 'chip_config',
+ type: 'array',
+ choices: ['p10', 'explorer', 'odyssey'],
+ description: 'Configured chips to build data files for',
+)