Skip to content

Conversation

@gastmaier
Copy link
Contributor

PR Description

The driver uses pci_msi methods, only defined when CONFIG_PCI_MSI symbol
is set, and cannot be compiled without. Therefore, it depends on this
symbol.

raspberrypi/linux#6891
cherry-pick raspberrypi/linux@3f1c347

PR Type

  • Bug fix (a change that fixes an issue)
  • New feature (a change that adds new functionality)
  • Breaking change (a change that affects other repos or cause CIs to fail)

PR Checklist

  • I have conducted a self-review of my own code changes
  • I have tested the changes on the relevant hardware
  • I have updated the documentation outside this repo accordingly (if there is the case)

The driver uses pci_msi methods, only defined when CONFIG_PCI_MSI symbol
is set, and cannot be compiled without. Therefore, it depends on this
symbol.

Signed-off-by: Jorge Marques <[email protected]>
@gastmaier
Copy link
Contributor Author

gastmaier commented Jun 20, 2025

Follow-up to #2816
@romandariana @nunojsa

@gastmaier
Copy link
Contributor Author

gastmaier commented Jun 24, 2025

Since changes to Kconfig won't infeer driver to compile I tested locally

echo "// dummy line" > drivers/mfd/rp1.c
git commit drivers/mfd/rp1.c -m wip
cr adi/linux
base_sha=@~
set_arch gcc_arm
auto_set_kconfig
compile_kernel
assert_compiled

cr/container-run

@gastmaier gastmaier merged commit 1083dcb into rpi-6.6.y Jun 26, 2025
13 of 15 checks passed
@gastmaier gastmaier deleted the rpi-6.6.y-kconfig branch June 26, 2025 09:13
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants