meson: fix option descriptions

Change-Id: Ifd869d24c13812eb4c4958e6da1b586c90651e19
Signed-off-by: Brad Bishop <bradbish@qti.qualcomm.com>
diff --git a/meson.options b/meson.options
index 01fefc0..3fea316 100644
--- a/meson.options
+++ b/meson.options
@@ -156,13 +156,13 @@
     'dynamic-sensors',
     type: 'feature',
     value: 'disabled',
-    description: 'Dynamic sensors stack is enabled by default; offer a way to disable it',
+    description: 'Dynamic sensors stack is disabled by default; offer a way to enable it',
 )
 option(
     'dynamic-sensors-write',
     type: 'feature',
     value: 'disabled',
-    description: 'Dynamic sensors stack is enabled by default; offer a way to disable it',
+    description: 'Dynamic sensors stack is disabled by default; offer a way to enable it',
 )
 option(
     'hybrid-sensors',