diff options
author | Ralf Baechle <ralf@linux-mips.org> | 2009-12-16 20:57:07 -0500 |
---|---|---|
committer | Ralf Baechle <ralf@linux-mips.org> | 2009-12-16 20:57:07 -0500 |
commit | 32028f1f7bce32e72183129dc55fc23656e7081c (patch) | |
tree | 1ff4b992a66bc3b2dcc097fabc15ae2ce1507057 /arch/mips/Kconfig | |
parent | 0e8cccc40665a2943f2bf93b9036579e85a716f4 (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/Kconfig | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/arch/mips/Kconfig b/arch/mips/Kconfig index 20b223ba654..a16b6dfe3bc 100644 --- a/arch/mips/Kconfig +++ b/arch/mips/Kconfig | |||
@@ -2041,15 +2041,6 @@ config STACKTRACE_SUPPORT | |||
2041 | 2041 | ||
2042 | source "init/Kconfig" | 2042 | source "init/Kconfig" |
2043 | 2043 | ||
2044 | config 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 | |||
2053 | source "kernel/Kconfig.freezer" | 2044 | source "kernel/Kconfig.freezer" |
2054 | 2045 | ||
2055 | menu "Bus options (PCI, PCMCIA, EISA, ISA, TC)" | 2046 | menu "Bus options (PCI, PCMCIA, EISA, ISA, TC)" |