Re: [PATCH] PCI: mt7621: Kconfig: Convert driver into 'bool'

From: Sergio Paracuellos
Date: Sat Dec 04 2021 - 04:01:11 EST


On Fri, Dec 3, 2021 at 7:23 PM Bjorn Helgaas <helgaas@xxxxxxxxxx> wrote:
>
> s/PCI: mt7621: Kconfig:/PCI: mt7621:/
>
> in subject. You can run "git log --oneline
> drivers/pci/controller/Kconfig" to learn the convention.

Will take it into account from now, thanks.

Sent: https://lore.kernel.org/linux-pci/20211203192454.32624-1-sergio.paracuellos@xxxxxxxxx/T/#u

Best regards,
Sergio Paracuellos
>
> On Wed, Dec 01, 2021 at 10:34:02PM +0100, Sergio Paracuellos wrote:
> > Driver is not ready yet to be compiled as a module since it depends on some
> > MIPS not exported symbols. We have the following current problems:
> > ...