summaryrefslogtreecommitdiff
path: root/meson_options.txt
diff options
context:
space:
mode:
Diffstat (limited to 'meson_options.txt')
-rw-r--r--meson_options.txt9
1 files changed, 9 insertions, 0 deletions
diff --git a/meson_options.txt b/meson_options.txt
index a32a4a4f99..ecc7aebc22 100644
--- a/meson_options.txt
+++ b/meson_options.txt
@@ -224,6 +224,15 @@ option(
)
option(
+ 'redfish-oem-manager-fan-data',
+ type: 'feature',
+ value: 'enabled',
+ description: '''Enables Redfish OEM fan data on the manager resource.
+ This includes PID and Stepwise controller data. See
+ OemManager schema for more detail.'''
+)
+
+option(
'https_port',
type: 'integer',
min: 1,