On Wed, Oct 16 2019, Sergio Paracuellos wrote: > Hi all, > > I have a concern about commit: > > c4d48cf5e2f0 ("MIPS: ralink: deactivate PCI support for SOC_MT7621") > > This commit make a regression for my kernel configuration for gnubee > board which is mt7621 SOC based and also has PCI. With this applied > PCI_DRIVERS_GENERIC is not selectable anymore and it becomes into a > PCI_DRIVERS_LEGACY configuration making impossible to compile > mt7621-pci driver for this board. > > I think this should be reverted. Am I missing something here? The commit reports a build error without the patch, and we don't want that. Maybe change the select HAVE_PCI to select HAVE_PCI if STAGING or select HAVE_PCI if PCI_MT7621 Hauke: do either of those fix your compile error? Thanks, NeilBrown > > Thanks in advance for your time. > > Best regards, > Sergio Paracuellos