Re: [PATCH] power: sequencing: pcie-m2: add SERIAL_DEV_BUS dependency

From: Arnd Bergmann

Date: Thu Apr 02 2026 - 13:12:08 EST


On Thu, Apr 2, 2026, at 18:36, Bartosz Golaszewski wrote:
> On Thu, Apr 2, 2026 at 5:42 PM Arnd Bergmann <arnd@xxxxxxxx> wrote:
>
> Mani's patch adds stubs for the symbols that the linker couldn't find
> in the build error you posted above. I thought this would fix the
> issue?

No, when you have POWER_SEQUENCING_PCIE_M2=y and
CONFIG_SERIAL_DEV_BUS=m, you still get the same build failure.

Arnd