diff options
author | Shane McDonald <mcdonald.shane@gmail.com> | 2009-04-28 19:00:27 -0400 |
---|---|---|
committer | Ralf Baechle <ralf@linux-mips.org> | 2009-05-14 08:50:29 -0400 |
commit | 5c5dd1d29120affb127955277bfba9f60e27a3fe (patch) | |
tree | bcbb4af82d949b7eef66cc23bbc211b80a5ef4aa /arch/mips/pmc-sierra/Kconfig | |
parent | 1a4ba061b3c93804027b4cc4c588cfad748d9fc2 (diff) |
MIPS: MSP71xx: Remove the RAMROOT functions
The RAMROOT function was a successful but non-portable attempt to append
the root filesystem to the end of the kernel image. The preferred and
portable solution is to use an initramfs instead.
Signed-off-by: Shane McDonald <mcdonald.shane@gmail.com>
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
Diffstat (limited to 'arch/mips/pmc-sierra/Kconfig')
-rw-r--r-- | arch/mips/pmc-sierra/Kconfig | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/arch/mips/pmc-sierra/Kconfig b/arch/mips/pmc-sierra/Kconfig index 90261b83db04..c139988bb85d 100644 --- a/arch/mips/pmc-sierra/Kconfig +++ b/arch/mips/pmc-sierra/Kconfig | |||
@@ -36,18 +36,6 @@ config PMC_MSP7120_FPGA | |||
36 | 36 | ||
37 | endchoice | 37 | endchoice |
38 | 38 | ||
39 | menu "Options for PMC-Sierra MSP chipsets" | ||
40 | depends on PMC_MSP | ||
41 | |||
42 | config PMC_MSP_EMBEDDED_ROOTFS | ||
43 | bool "Root filesystem embedded in kernel image" | ||
44 | select MTD | ||
45 | select MTD_BLOCK | ||
46 | select MTD_PMC_MSP_RAMROOT | ||
47 | select MTD_RAM | ||
48 | |||
49 | endmenu | ||
50 | |||
51 | config HYPERTRANSPORT | 39 | config HYPERTRANSPORT |
52 | bool "Hypertransport Support for PMC-Sierra Yosemite" | 40 | bool "Hypertransport Support for PMC-Sierra Yosemite" |
53 | depends on PMC_YOSEMITE | 41 | depends on PMC_YOSEMITE |