aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPaul Bolle <pebolle@tiscali.nl>2013-03-11 10:21:50 -0400
committerMichael Ellerman <michael@ellerman.id.au>2013-04-17 23:03:51 -0400
commitd6301775dbcd690b94aa80c404859fe69b60f556 (patch)
tree0ada93c9d1b2a78b4c349fcd94e6e28891a89605
parentc9f297aed5f36bda982ec84db67fc198a60b9626 (diff)
powerpc: remove outdated default on PCI_PERMEDIA
The Kconfig symbol PCI_PERMEDIA got removed in v2.6.24, through commit e6b6e3ffb9ee8926f9f2f7dc9147df73e27d5828 ("[POWERPC] Remove APUS support from arch/ppc"). Remove its last occurrence. Signed-off-by: Paul Bolle <pebolle@tiscali.nl> Signed-off-by: Michael Ellerman <michael@ellerman.id.au>
-rw-r--r--arch/powerpc/Kconfig1
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/powerpc/Kconfig b/arch/powerpc/Kconfig
index ea5bb045983a..83b46fc32782 100644
--- a/arch/powerpc/Kconfig
+++ b/arch/powerpc/Kconfig
@@ -745,7 +745,6 @@ config PCI
745 bool "PCI support" if PPC_PCI_CHOICE 745 bool "PCI support" if PPC_PCI_CHOICE
746 default y if !40x && !CPM2 && !8xx && !PPC_83xx \ 746 default y if !40x && !CPM2 && !8xx && !PPC_83xx \
747 && !PPC_85xx && !PPC_86xx && !GAMECUBE_COMMON 747 && !PPC_85xx && !PPC_86xx && !GAMECUBE_COMMON
748 default PCI_PERMEDIA if !4xx && !CPM2 && !8xx
749 default PCI_QSPAN if !4xx && !CPM2 && 8xx 748 default PCI_QSPAN if !4xx && !CPM2 && 8xx
750 select ARCH_SUPPORTS_MSI 749 select ARCH_SUPPORTS_MSI
751 select GENERIC_PCI_IOMAP 750 select GENERIC_PCI_IOMAP