meson.options: Enable use-lamp-test feature by default

Enable use-lamp-test feature so that the repo CI could compile this
code, and disable this feature in Yocto.

Signed-off-by: George Liu <liuxiwei@inspur.com>
Change-Id: I65cb7b31c0aeaa257ddbb21eff72bf35d1d88f0b
diff --git a/meson.options b/meson.options
index 0556ed0..b8af61f 100644
--- a/meson.options
+++ b/meson.options
@@ -12,7 +12,7 @@
 
 option(
     'use-lamp-test', type : 'feature',
-    value: 'disabled',
+    value: 'enabled',
     description : 'LEDs lamp test configuration'
 )