aboutsummaryrefslogtreecommitdiffstats
path: root/arch/powerpc/Kconfig
diff options
context:
space:
mode:
authorPaul Bolle <pebolle@tiscali.nl>2011-10-24 07:42:06 -0400
committerMichal Marek <mmarek@suse.cz>2011-10-31 18:39:52 -0400
commit6805ab6daa2b589fe3242d05ddc47a9dbb0c4eb1 (patch)
treea30f7ec4ec1202f3dcbf93745fdbb98d1be4a4c7 /arch/powerpc/Kconfig
parent21a06da3986f998108ad24b1c9fa11599a9f24f6 (diff)
powerpc: drop unused Kconfig symbols
Signed-off-by: Paul Bolle <pebolle@tiscali.nl> Signed-off-by: Michal Marek <mmarek@suse.cz>
Diffstat (limited to 'arch/powerpc/Kconfig')
-rw-r--r--arch/powerpc/Kconfig22
1 files changed, 0 insertions, 22 deletions
diff --git a/arch/powerpc/Kconfig b/arch/powerpc/Kconfig
index 6926b61acfea..6887d80fe6e5 100644
--- a/arch/powerpc/Kconfig
+++ b/arch/powerpc/Kconfig
@@ -379,10 +379,6 @@ config PHYP_DUMP
379 379
380 If unsure, say "N" 380 If unsure, say "N"
381 381
382config PPCBUG_NVRAM
383 bool "Enable reading PPCBUG NVRAM during boot" if PPLUS || LOPEC
384 default y if PPC_PREP
385
386config IRQ_ALL_CPUS 382config IRQ_ALL_CPUS
387 bool "Distribute interrupts on all CPUs by default" 383 bool "Distribute interrupts on all CPUs by default"
388 depends on SMP && !MV64360 384 depends on SMP && !MV64360
@@ -744,24 +740,6 @@ config 8260_PCI9
744 depends on PCI_8260 && !8272 740 depends on PCI_8260 && !8272
745 default y 741 default y
746 742
747choice
748 prompt "IDMA channel for PCI 9 workaround"
749 depends on 8260_PCI9
750
751config 8260_PCI9_IDMA1
752 bool "IDMA1"
753
754config 8260_PCI9_IDMA2
755 bool "IDMA2"
756
757config 8260_PCI9_IDMA3
758 bool "IDMA3"
759
760config 8260_PCI9_IDMA4
761 bool "IDMA4"
762
763endchoice
764
765source "drivers/pci/pcie/Kconfig" 743source "drivers/pci/pcie/Kconfig"
766 744
767source "drivers/pci/Kconfig" 745source "drivers/pci/Kconfig"