summaryrefslogtreecommitdiffstats
path: root/arch/powerpc/platforms/prep/Kconfig
diff options
context:
space:
mode:
authorPaul Bolle2011-10-24 13:42:06 +0200
committerMichal Marek2011-10-31 23:39:52 +0100
commit6805ab6daa2b589fe3242d05ddc47a9dbb0c4eb1 (patch)
treea30f7ec4ec1202f3dcbf93745fdbb98d1be4a4c7 /arch/powerpc/platforms/prep/Kconfig
parentpowerpc: 40x: drop unused Kconfig symbol (diff)
downloadkernel-qcow2-linux-6805ab6daa2b589fe3242d05ddc47a9dbb0c4eb1.tar.gz
kernel-qcow2-linux-6805ab6daa2b589fe3242d05ddc47a9dbb0c4eb1.tar.xz
kernel-qcow2-linux-6805ab6daa2b589fe3242d05ddc47a9dbb0c4eb1.zip
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/platforms/prep/Kconfig')
-rw-r--r--arch/powerpc/platforms/prep/Kconfig9
1 files changed, 0 insertions, 9 deletions
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
or pass the 'noresidual' option to the kernel.
If you are running a PReP system, say Y here, otherwise say N.
-
-config PROC_PREPRESIDUAL
- bool "Support for reading of PReP Residual Data in /proc"
- depends on PREP_RESIDUAL && PROC_FS
- help
- Enabling this option will create a /proc/residual file which allows
- you to get at the residual data on PReP systems. You will need a tool
- (lsresidual) to parse it. If you aren't on a PReP system, you don't
- want this.