projects
/
GitHub
/
LineageOS
/
android_kernel_motorola_exynos9610.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f7a0be4
)
powerpc/fsl: Ensure PCI_QUIRKS are enabled for FSL_PCI
author
Kumar Gala
<galak@kernel.crashing.org>
Wed, 28 Jan 2009 19:25:29 +0000
(13:25 -0600)
committer
Kumar Gala
<galak@kernel.crashing.org>
Thu, 29 Jan 2009 00:17:02 +0000
(18:17 -0600)
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>
arch/powerpc/Kconfig
patch
|
blob
|
blame
|
history
diff --git
a/arch/powerpc/Kconfig
b/arch/powerpc/Kconfig
index 8782b4b689a73d9f511757dce1ce1131f47934c6..ccdd8de3c558d7e061e247ca4ea3591ea9fd244a 100644
(file)
--- 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