summaryrefslogtreecommitdiff
path: root/meson_options.txt
diff options
context:
space:
mode:
Diffstat (limited to 'meson_options.txt')
-rw-r--r--meson_options.txt8
1 files changed, 7 insertions, 1 deletions
diff --git a/meson_options.txt b/meson_options.txt
index f2b4f377ca..c81f185fd8 100644
--- a/meson_options.txt
+++ b/meson_options.txt
@@ -223,7 +223,6 @@ option(
Option will be removed Q4 2022.'''
)
-
option(
'https_port',
type: 'integer',
@@ -233,6 +232,13 @@ option(
description: 'HTTPS Port number.'
)
+option(
+ 'redfish-aggregation',
+ type: 'feature',
+ value: 'disabled',
+ description: 'Allows this BMC to aggregate resources from satellite BMCs'
+)
+
# Insecure options. Every option that starts with a `insecure` flag should
# not be enabled by default for any platform, unless the author fully comprehends
# the implications of doing so.In general, enabling these options will cause security