build: enable org.open_power by default

org.open_power got missed in the enable-everything by default.

Fixes e608cf47f36e58dd7382f9bf03b10f192053ea28.

Signed-off-by: Patrick Williams <patrick@stwcx.xyz>
Change-Id: I692f0a98b8ab78750c2d44bb1229257a5724373a
diff --git a/meson_options.txt b/meson_options.txt
index 1570c41..eb92c99 100644
--- a/meson_options.txt
+++ b/meson_options.txt
@@ -4,5 +4,5 @@
 option('data_com_intel', type: 'boolean', value: true)
 option('data_com_google', type: 'boolean', value: true)
 option('data_org_freedesktop', type: 'boolean', value: true)
-option('data_org_open_power', type: 'boolean', value: false)
+option('data_org_open_power', type: 'boolean', value: true)
 option('data_xyz_openbmc_project', type: 'boolean', value: true)