diff options
Diffstat (limited to 'arch/powerpc/platforms/prep/Kconfig')
-rw-r--r-- | arch/powerpc/platforms/prep/Kconfig | 9 |
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 | |||
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 | |||
25 | config 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. | ||