diff options
author | Al Viro <viro@zeniv.linux.org.uk> | 2006-06-23 05:04:09 -0400 |
---|---|---|
committer | Linus Torvalds <torvalds@g5.osdl.org> | 2006-06-23 10:42:55 -0400 |
commit | ffca11104c06aff1641b9787f9e5b1099187ff83 (patch) | |
tree | b9fb644c7397113f6ac91aad9187cb2f9fe59944 /drivers/block | |
parent | 0c426f26cce71626ed39cd7b9496ea7f460ea9d0 (diff) |
[PATCH] frv: initrd is grossly broken on frv (never built)
The FRV arch doesn't currently support initrd, so it should be disabled
automatically for the moment.
Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
Signed-off-by: David Howells <dhowells@redhat.com>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
Diffstat (limited to 'drivers/block')
-rw-r--r-- | drivers/block/Kconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/block/Kconfig b/drivers/block/Kconfig index ae0949b3394f..93d94749310b 100644 --- a/drivers/block/Kconfig +++ b/drivers/block/Kconfig | |||
@@ -402,6 +402,7 @@ config BLK_DEV_RAM_SIZE | |||
402 | 402 | ||
403 | config BLK_DEV_INITRD | 403 | config BLK_DEV_INITRD |
404 | bool "Initial RAM filesystem and RAM disk (initramfs/initrd) support" | 404 | bool "Initial RAM filesystem and RAM disk (initramfs/initrd) support" |
405 | depends on BROKEN || !FRV | ||
405 | help | 406 | help |
406 | The initial RAM filesystem is a ramfs which is loaded by the | 407 | The initial RAM filesystem is a ramfs which is loaded by the |
407 | boot loader (loadlin or lilo) and that is mounted as root | 408 | boot loader (loadlin or lilo) and that is mounted as root |