blob: f93f1eaf58cd4b3feca89e56461aa6831e9e5fd9 [file] [log] [blame] [edit]
option('tests', type: 'feature', value: 'disabled', description: 'Build tests')
option(
'dimm-dbus',
type: 'feature',
value: 'enabled',
description: 'Expose DIMM D-Bus Interface',
)
option(
'dimm-only-locator',
type: 'feature',
value: 'disabled',
description: 'Only use the DIMM number, and not the bank',
)
option(
'assoc-trim-path',
type: 'feature',
value: 'disabled',
description: 'Trim one object path component from CPU and DIMM associations',
)
option(
'cpuinfo',
type: 'feature',
value: 'enabled',
description: 'Build CPUInfo service',
)
option(
'slot-drive-presence',
type: 'feature',
value: 'disabled',
description: 'Sets drive presence on slot objects',
)
option(
'cpuinfo-peci',
type: 'feature',
value: 'enabled',
description: 'Enable CPUInfo features that depend on PECI',
)
option(
'smbios-ipmi-blob',
type: 'feature',
value: 'enabled',
description: 'Build IPMI blob library for SMBIOS transfer',
)
option(
'tpm-dbus',
type: 'feature',
value: 'disabled',
description: 'Expose TPM D-Bus Interface',
)