diff options
author | Paul Bolle <pebolle@tiscali.nl> | 2013-03-14 16:14:57 +0100 |
---|---|---|
committer | Kumar Gala <galak@kernel.crashing.org> | 2013-03-15 11:12:45 -0500 |
commit | 35122062bee3d6178dbcd383fa487b5b5f4d28bf (patch) | |
tree | 2ff7532ffdff3d4699d6b290caf93d7fe71dd32e /arch/powerpc/Kconfig | |
parent | 714b720eff5ee7cf6a9f835007f9dfd5d4c68ae3 (diff) |
powerpc: remove "config 8260_PCI9"
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>
Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
Diffstat (limited to 'arch/powerpc/Kconfig')
-rw-r--r-- | arch/powerpc/Kconfig | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/arch/powerpc/Kconfig b/arch/powerpc/Kconfig index 9146b9d1170a..0e11a095a9d1 100644 --- a/arch/powerpc/Kconfig +++ b/arch/powerpc/Kconfig @@ -773,11 +773,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" |