aboutsummaryrefslogtreecommitdiffstats
path: root/arch/powerpc
diff options
context:
space:
mode:
authorLinus Torvalds <torvalds@linux-foundation.org>2011-11-06 21:54:53 -0500
committerLinus Torvalds <torvalds@linux-foundation.org>2011-11-06 21:54:53 -0500
commit02ebbbd481635fd3ce7018e5bb19c18c0f1e4561 (patch)
treef07caea3ac9cb50492977a2f7b1d29bbce6e6a3a /arch/powerpc
parentaddd8c92cf55bba578b8a56e0f717a0a74b31008 (diff)
parent536ec4f8d13433126f948d6e90821f811a4ebdf8 (diff)
Merge branch 'trivial' of git://git.kernel.org/pub/scm/linux/kernel/git/mmarek/kbuild
* 'trivial' of git://git.kernel.org/pub/scm/linux/kernel/git/mmarek/kbuild: scsi: drop unused Kconfig symbol pci: drop unused Kconfig symbol stmmac: drop unused Kconfig symbol x86: drop unused Kconfig symbol powerpc: drop unused Kconfig symbols powerpc: 40x: drop unused Kconfig symbol mips: drop unused Kconfig symbols openrisc: drop unused Kconfig symbols arm: at91: drop unused Kconfig symbol samples: drop unused Kconfig symbol m32r: drop unused Kconfig symbol score: drop unused Kconfig symbols sh: drop unused Kconfig symbol um: drop unused Kconfig symbol sparc: drop unused Kconfig symbol alpha: drop unused Kconfig symbol Fix up trivial conflict in drivers/net/ethernet/stmicro/stmmac/Kconfig as per Michal: the STMMAC_DUAL_MAC config variable is still unused and should be deleted.
Diffstat (limited to 'arch/powerpc')
-rw-r--r--arch/powerpc/Kconfig22
-rw-r--r--arch/powerpc/platforms/40x/Kconfig5
-rw-r--r--arch/powerpc/platforms/Kconfig.cputype8
-rw-r--r--arch/powerpc/platforms/embedded6xx/Kconfig4
-rw-r--r--arch/powerpc/platforms/prep/Kconfig9
-rw-r--r--arch/powerpc/platforms/wsp/Kconfig5
6 files changed, 0 insertions, 53 deletions
diff --git a/arch/powerpc/Kconfig b/arch/powerpc/Kconfig
index 85195e48a9e6..b177caa56d95 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
@@ -745,24 +741,6 @@ config 8260_PCI9
745 depends on PCI_8260 && !8272 741 depends on PCI_8260 && !8272
746 default y 742 default y
747 743
748choice
749 prompt "IDMA channel for PCI 9 workaround"
750 depends on 8260_PCI9
751
752config 8260_PCI9_IDMA1
753 bool "IDMA1"
754
755config 8260_PCI9_IDMA2
756 bool "IDMA2"
757
758config 8260_PCI9_IDMA3
759 bool "IDMA3"
760
761config 8260_PCI9_IDMA4
762 bool "IDMA4"
763
764endchoice
765
766source "drivers/pci/pcie/Kconfig" 744source "drivers/pci/pcie/Kconfig"
767 745
768source "drivers/pci/Kconfig" 746source "drivers/pci/Kconfig"
diff --git a/arch/powerpc/platforms/40x/Kconfig b/arch/powerpc/platforms/40x/Kconfig
index 8f9c3e245cff..153022971daa 100644
--- a/arch/powerpc/platforms/40x/Kconfig
+++ b/arch/powerpc/platforms/40x/Kconfig
@@ -107,11 +107,6 @@ config PPC40x_SIMPLE
107 help 107 help
108 This option enables the simple PowerPC 40x platform support. 108 This option enables the simple PowerPC 40x platform support.
109 109
110# 40x specific CPU modules, selected based on the board above.
111config NP405H
112 bool
113 #depends on ASH
114
115# OAK doesn't exist but wanted to keep this around for any future 403GCX boards 110# OAK doesn't exist but wanted to keep this around for any future 403GCX boards
116config 403GCX 111config 403GCX
117 bool 112 bool
diff --git a/arch/powerpc/platforms/Kconfig.cputype b/arch/powerpc/platforms/Kconfig.cputype
index a85990c886e9..fbecae0fbb49 100644
--- a/arch/powerpc/platforms/Kconfig.cputype
+++ b/arch/powerpc/platforms/Kconfig.cputype
@@ -284,14 +284,6 @@ config PPC_MMU_NOHASH
284 def_bool y 284 def_bool y
285 depends on !PPC_STD_MMU 285 depends on !PPC_STD_MMU
286 286
287config PPC_MMU_NOHASH_32
288 def_bool y
289 depends on PPC_MMU_NOHASH && PPC32
290
291config PPC_MMU_NOHASH_64
292 def_bool y
293 depends on PPC_MMU_NOHASH && PPC64
294
295config PPC_BOOK3E_MMU 287config PPC_BOOK3E_MMU
296 def_bool y 288 def_bool y
297 depends on FSL_BOOKE || PPC_BOOK3E 289 depends on FSL_BOOKE || PPC_BOOK3E
diff --git a/arch/powerpc/platforms/embedded6xx/Kconfig b/arch/powerpc/platforms/embedded6xx/Kconfig
index 524d971a1478..5a8f50a9afa7 100644
--- a/arch/powerpc/platforms/embedded6xx/Kconfig
+++ b/arch/powerpc/platforms/embedded6xx/Kconfig
@@ -87,10 +87,6 @@ config MV64X60
87config MPC10X_OPENPIC 87config MPC10X_OPENPIC
88 bool 88 bool
89 89
90config MPC10X_STORE_GATHERING
91 bool "Enable MPC10x store gathering"
92 depends on MPC10X_BRIDGE
93
94config GAMECUBE_COMMON 90config GAMECUBE_COMMON
95 bool 91 bool
96 92
diff --git a/arch/powerpc/platforms/prep/Kconfig b/arch/powerpc/platforms/prep/Kconfig
index f0536c7cda9f..1547f66235d9 100644
--- a/arch/powerpc/platforms/prep/Kconfig
+++ b/arch/powerpc/platforms/prep/Kconfig
@@ -21,12 +21,3 @@ config PREP_RESIDUAL
21 or pass the 'noresidual' option to the kernel. 21 or pass the 'noresidual' option to the kernel.
22 22
23 If you are running a PReP system, say Y here, otherwise say N. 23 If you are running a PReP system, say Y here, otherwise say N.
24
25config PROC_PREPRESIDUAL
26 bool "Support for reading of PReP Residual Data in /proc"
27 depends on PREP_RESIDUAL && PROC_FS
28 help
29 Enabling this option will create a /proc/residual file which allows
30 you to get at the residual data on PReP systems. You will need a tool
31 (lsresidual) to parse it. If you aren't on a PReP system, you don't
32 want this.
diff --git a/arch/powerpc/platforms/wsp/Kconfig b/arch/powerpc/platforms/wsp/Kconfig
index f4fb837873fb..bd560c786ed6 100644
--- a/arch/powerpc/platforms/wsp/Kconfig
+++ b/arch/powerpc/platforms/wsp/Kconfig
@@ -24,8 +24,3 @@ endmenu
24config PPC_A2_DD2 24config PPC_A2_DD2
25 bool "Support for DD2 based A2/WSP systems" 25 bool "Support for DD2 based A2/WSP systems"
26 depends on PPC_A2 26 depends on PPC_A2
27
28config WORKAROUND_ERRATUM_463
29 depends on PPC_A2_DD2
30 bool "Workaround erratum 463"
31 default y