浏览代码

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>
Kumar Gala 16 年之前
父节点
当前提交
d0839118f3
共有 1 个文件被更改,包括 1 次插入0 次删除
  1. 1 0
      arch/powerpc/Kconfig

+ 1 - 0
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