mirror of
git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2025-08-04 08:17:46 +00:00
powerpc/fsl: Ensure PCI_QUIRKS are enabled for FSL_PCI
The FSL PCI code depends on PCI quirks being enabled to function properly. We can ensure this by doing a select in Kconfig of PCI_QUIRKS. Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
This commit is contained in:
parent
f7a0be456f
commit
d0839118f3
1 changed files with 1 additions and 0 deletions
|
@ -594,6 +594,7 @@ config FSL_SOC
|
|||
config FSL_PCI
|
||||
bool
|
||||
select PPC_INDIRECT_PCI
|
||||
select PCI_QUIRKS
|
||||
|
||||
config 4xx_SOC
|
||||
bool
|
||||
|
|
Loading…
Add table
Reference in a new issue