commit | d0839118f396f6d7af553e99ad204aa2b3209cde | [log] [tgz] |
---|---|---|
author | Kumar Gala <galak@kernel.crashing.org> | Wed Jan 28 13:25:29 2009 -0600 |
committer | Kumar Gala <galak@kernel.crashing.org> | Wed Jan 28 18:17:02 2009 -0600 |
tree | 30435e0748176ac46344a6c0d97fb3dd7108b492 | |
parent | f7a0be456f1bdcb6dec81c1e4e47e2b7205eba95 [diff] [blame] |
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>
diff --git a/arch/powerpc/Kconfig b/arch/powerpc/Kconfig index 8782b4b..ccdd8de 100644 --- a/arch/powerpc/Kconfig +++ b/arch/powerpc/Kconfig
@@ -594,6 +594,7 @@ config FSL_PCI bool select PPC_INDIRECT_PCI + select PCI_QUIRKS config 4xx_SOC bool