diff mbox

powerpc: remove "config 8260_PCI9"

Message ID 1363274097.1335.83.camel@x61.thuisdomein (mailing list archive)
State Accepted, archived
Commit 35122062bee3d6178dbcd383fa487b5b5f4d28bf
Delegated to: Kumar Gala
Headers show

Commit Message

Paul Bolle March 14, 2013, 3:14 p.m. UTC
The last user of Kconfig symbol 8260_PCI9 got removed in release v3.2.
Remove this symbol too.

Signed-off-by: Paul Bolle <pebolle@tiscali.nl>
---
0) Untested.

1) This probably is a second order effect of my commit
6805ab6daa2b589fe3242d05ddc47a9dbb0c4eb1 ("powerpc: drop unused Kconfig
symbols"). Not sure how I missed that.

 arch/powerpc/Kconfig | 5 -----
 1 file changed, 5 deletions(-)

Comments

Kumar Gala March 15, 2013, 4:17 p.m. UTC | #1
On Mar 14, 2013, at 10:14 AM, Paul Bolle wrote:

> The last user of Kconfig symbol 8260_PCI9 got removed in release v3.2.
> Remove this symbol too.
> 
> Signed-off-by: Paul Bolle <pebolle@tiscali.nl>
> ---
> 0) Untested.
> 
> 1) This probably is a second order effect of my commit
> 6805ab6daa2b589fe3242d05ddc47a9dbb0c4eb1 ("powerpc: drop unused Kconfig
> symbols"). Not sure how I missed that.
> 
> arch/powerpc/Kconfig | 5 -----
> 1 file changed, 5 deletions(-)

applied to next

- k
diff mbox

Patch

diff --git a/arch/powerpc/Kconfig b/arch/powerpc/Kconfig
index b89d7eb..8014a44 100644
--- a/arch/powerpc/Kconfig
+++ b/arch/powerpc/Kconfig
@@ -774,11 +774,6 @@  config PCI_8260
 	select PPC_INDIRECT_PCI
 	default y
 
-config 8260_PCI9
-	bool "Enable workaround for MPC826x erratum PCI 9"
-	depends on PCI_8260 && !8272
-	default y
-
 source "drivers/pci/pcie/Kconfig"
 
 source "drivers/pci/Kconfig"