aboutsummaryrefslogtreecommitdiffstats
path: root/arch/mips/Kconfig
diff options
context:
space:
mode:
authorRalf Baechle <ralf@linux-mips.org>2009-12-16 20:57:07 -0500
committerRalf Baechle <ralf@linux-mips.org>2009-12-16 20:57:07 -0500
commit32028f1f7bce32e72183129dc55fc23656e7081c (patch)
tree1ff4b992a66bc3b2dcc097fabc15ae2ce1507057 /arch/mips/Kconfig
parent0e8cccc40665a2943f2bf93b9036579e85a716f4 (diff)
MIPS: Remove addinitrd and CONFIG_PROBE_INITRD_HEADER
Addinitrd has been superseded by initramfs ages ago. Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
Diffstat (limited to 'arch/mips/Kconfig')
-rw-r--r--arch/mips/Kconfig9
1 files changed, 0 insertions, 9 deletions
diff --git a/arch/mips/Kconfig b/arch/mips/Kconfig
index 20b223ba654d..a16b6dfe3bc3 100644
--- a/arch/mips/Kconfig
+++ b/arch/mips/Kconfig
@@ -2041,15 +2041,6 @@ config STACKTRACE_SUPPORT
2041 2041
2042source "init/Kconfig" 2042source "init/Kconfig"
2043 2043
2044config PROBE_INITRD_HEADER
2045 bool "Probe initrd header created by addinitrd"
2046 depends on BLK_DEV_INITRD
2047 help
2048 Probe initrd header at the last page of kernel image.
2049 Say Y here if you are using arch/mips/boot/addinitrd.c to
2050 add initrd or initramfs image to the kernel image.
2051 Otherwise, say N.
2052
2053source "kernel/Kconfig.freezer" 2044source "kernel/Kconfig.freezer"
2054 2045
2055menu "Bus options (PCI, PCMCIA, EISA, ISA, TC)" 2046menu "Bus options (PCI, PCMCIA, EISA, ISA, TC)"