diff options
author | Paul Bolle <pebolle@tiscali.nl> | 2013-03-14 11:14:57 -0400 |
---|---|---|
committer | Kumar Gala <galak@kernel.crashing.org> | 2013-03-15 12:12:45 -0400 |
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 | |||
773 | select PPC_INDIRECT_PCI | 773 | select PPC_INDIRECT_PCI |
774 | default y | 774 | default y |
775 | 775 | ||
776 | config 8260_PCI9 | ||
777 | bool "Enable workaround for MPC826x erratum PCI 9" | ||
778 | depends on PCI_8260 && !8272 | ||
779 | default y | ||
780 | |||
781 | source "drivers/pci/pcie/Kconfig" | 776 | source "drivers/pci/pcie/Kconfig" |
782 | 777 | ||
783 | source "drivers/pci/Kconfig" | 778 | source "drivers/pci/Kconfig" |