xref: /openbmc/bios-settings-mgr/meson.options (revision 627c99dec58b6c5012b6c271935ad7902def9e64)
1option(
2    'enable-bios-secureboot',
3    type: 'feature',
4    value: 'disabled',
5    description: 'Enable BIOS SecureBoot configuration. The UEFI Secureboot information is obtained via Redfish Host Interface',
6)
7