diff options
author | Kumar Gala <galak@kernel.crashing.org> | 2009-01-28 14:25:29 -0500 |
---|---|---|
committer | Kumar Gala <galak@kernel.crashing.org> | 2009-01-28 19:17:02 -0500 |
commit | d0839118f396f6d7af553e99ad204aa2b3209cde (patch) | |
tree | 30435e0748176ac46344a6c0d97fb3dd7108b492 /arch | |
parent | f7a0be456f1bdcb6dec81c1e4e47e2b7205eba95 (diff) |
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>
Diffstat (limited to 'arch')
-rw-r--r-- | arch/powerpc/Kconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/powerpc/Kconfig b/arch/powerpc/Kconfig index 8782b4b689a7..ccdd8de3c558 100644 --- a/arch/powerpc/Kconfig +++ b/arch/powerpc/Kconfig | |||
@@ -594,6 +594,7 @@ config FSL_SOC | |||
594 | config FSL_PCI | 594 | config FSL_PCI |
595 | bool | 595 | bool |
596 | select PPC_INDIRECT_PCI | 596 | select PPC_INDIRECT_PCI |
597 | select PCI_QUIRKS | ||
597 | 598 | ||
598 | config 4xx_SOC | 599 | config 4xx_SOC |
599 | bool | 600 | bool |