Commit 84aff047 authored by Gerd Knorr's avatar Gerd Knorr Committed by Linus Torvalds

[PATCH] uml: ramdisk config fix

ObviouslyCorrect[tm] buildfix ;)
Signed-off-by: default avatarGerd Knorr <kraxel@bytesex.org>
Signed-off-by: default avatarAndrew Morton <akpm@osdl.org>
Signed-off-by: default avatarLinus Torvalds <torvalds@osdl.org>
parent b0a50ed8
......@@ -43,6 +43,10 @@ config BLK_DEV_NBD
config BLK_DEV_RAM
tristate "RAM disk support"
config BLK_DEV_RAM_COUNT
int "Default number of RAM disks" if BLK_DEV_RAM
default "16"
config BLK_DEV_RAM_SIZE
int "Default RAM disk size"
depends on BLK_DEV_RAM
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment