diff options
author | Kumar Gala <galak@kernel.crashing.org> | 2009-01-28 13:25:29 -0600 |
---|---|---|
committer | Kumar Gala <galak@kernel.crashing.org> | 2009-01-28 18:17:02 -0600 |
commit | d0839118f396f6d7af553e99ad204aa2b3209cde (patch) | |
tree | 30435e0748176ac46344a6c0d97fb3dd7108b492 /arch/powerpc/Kconfig | |
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/powerpc/Kconfig')
-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 8782b4b689a..ccdd8de3c55 100644 --- a/arch/powerpc/Kconfig +++ b/arch/powerpc/Kconfig @@ -594,6 +594,7 @@ config FSL_SOC config FSL_PCI bool select PPC_INDIRECT_PCI + select PCI_QUIRKS config 4xx_SOC bool |