Skip to content

Commit

Permalink
powerpc/fsl: Ensure PCI_QUIRKS are enabled for FSL_PCI
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Kumar Gala committed Jan 29, 2009
1 parent f7a0be4 commit d083911
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions arch/powerpc/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -594,6 +594,7 @@ config FSL_SOC
config FSL_PCI
bool
select PPC_INDIRECT_PCI
select PCI_QUIRKS

config 4xx_SOC
bool
Expand Down

0 comments on commit d083911

Please sign in to comment.