From: Paul Bolle Date: Thu, 14 Mar 2013 15:14:57 +0000 (+0100) Subject: powerpc: remove "config 8260_PCI9" X-Git-Url: http://git.mmlx.us/?a=commitdiff_plain;h=35122062bee3d6178dbcd383fa487b5b5f4d28bf;p=linux-edison.git 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 Signed-off-by: Kumar Gala --- diff --git a/arch/powerpc/Kconfig b/arch/powerpc/Kconfig index 9146b9d1170..0e11a095a9d 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"