Skip to content

redhat/configs: Enable & consolidate BF-3 drivers config

We're enabling Bluefield-3 for RHEL, therefore this commit enables BF-3 drivers for both RHEL and Fedora.

Before this commit:

  • Drivers enabled only in Fedora: gpio-mlxbf3, pinctrl-mlxbf3, pwr-mlxbf, sdhci-of-dwcmshc
  • Drivers disabled in both: mlxbf-pmc

After this commit:

  • All drivers are enabled for RHEL and Fedora on ARM64-only

A few notes:

  • With the exception of sdhci-of-dwcmshc all drivers are ARM64-only. Since this is the only known usage of sdhci-of-dwcmshc, keep it enabled only for ARM64
  • Build tested with tag kernel-6.8.0-63 since current os-build (2f0232a6) is not building for me

Signed-off-by: Luiz Capitulino luizcap@redhat.com

Edited by Luiz Capitulino

Merge request reports