nvmesensor: Enable by default
Now that the MCTP backend isn't a hard dependency, build nvmesensor out
of the box.
Signed-off-by: Andrew Jeffery <andrew@aj.id.au>
Change-Id: I3fa26e92c30a91fa92f4c8521125b678f0b8dd7d
diff --git a/meson_options.txt b/meson_options.txt
index ae3008a..ea0302d 100644
--- a/meson_options.txt
+++ b/meson_options.txt
@@ -6,7 +6,7 @@
option('intrusion', type: 'feature', value: 'enabled', description: 'Enable intrusion sensor.',)
option('ipmb', type: 'feature', value: 'enabled', description: 'Enable IPMB sensor.',)
option('mcu', type: 'feature', value: 'enabled', description: 'Enable MCU sensor.',)
-option('nvme', type: 'feature', value: 'disabled', description: 'Enable NVMe sensor.',)
+option('nvme', type: 'feature', value: 'enabled', description: 'Enable NVMe sensor.',)
option('nvme-mi-mctp', type: 'feature', value: 'disabled', description: 'Manage NVMe devices via MCTP')
option('psu', type: 'feature', value: 'enabled', description: 'Enable PSU sensor.',)
option('external', type: 'feature', value: 'enabled', description: 'Enable External sensor.',)