build: use allowed over enabled

Meson feature options are typically in a tri-state of enabled, disabled,
or auto.  The enabled and disabled functions on an option (from
`get_option`) no longer return true for auto features.  Instead, the
expectation is to use `allowed()` which is true for both enabled and auto.

Switch all uses of `enabled` to `allowed`.

Change-Id: I309f22be2ecffc42fc987934ccaa2c0ba892d8e3
Signed-off-by: Patrick Williams <patrick@stwcx.xyz>
1 file changed
tree: 8301ffaf0f2942dc57116d4b5ea98d6655dc4c52
  1. include/
  2. service_files/
  3. src/
  4. utils/
  5. .clang-format
  6. LICENSE
  7. meson.build
  8. meson.options
  9. OWNERS
  10. README.md
README.md

peci-pcie

The peci-pcie application uses the CPU PECI interface to get PCIe Device information for the system and shares it on D-Bus. The information from D-Bus is used by bmcweb to populate the PCIe Device resources in Redfish.