aboutsummaryrefslogtreecommitdiffstats
path: root/xenolinux-2.4.21-pre4-sparse/arch/xeno
diff options
context:
space:
mode:
authorkaf24@scramble.cl.cam.ac.uk <kaf24@scramble.cl.cam.ac.uk>2003-05-14 14:18:16 +0000
committerkaf24@scramble.cl.cam.ac.uk <kaf24@scramble.cl.cam.ac.uk>2003-05-14 14:18:16 +0000
commitb7a02a1c5547b49ef3bc467d335465391d57dab1 (patch)
tree86b6c10a594bb51f2f7b559cdac66ed707e4e064 /xenolinux-2.4.21-pre4-sparse/arch/xeno
parent2d2a195bb7c6632d3b2c18dd480b62e936a7b134 (diff)
downloadxen-b7a02a1c5547b49ef3bc467d335465391d57dab1.tar.gz
xen-b7a02a1c5547b49ef3bc467d335465391d57dab1.tar.bz2
xen-b7a02a1c5547b49ef3bc467d335465391d57dab1.zip
bitkeeper revision 1.228 (3ec25028MO9vxogXKMc4ck8ORf6Dfg)
config.in: Moved useful bits of drivers/block/Config.in to xeno-specific config script. .del-Config.in~a5023a9c38cac636: Delete: xenolinux-2.4.21-pre4-sparse/drivers/block/Config.in
Diffstat (limited to 'xenolinux-2.4.21-pre4-sparse/arch/xeno')
-rw-r--r--xenolinux-2.4.21-pre4-sparse/arch/xeno/config.in18
1 files changed, 17 insertions, 1 deletions
diff --git a/xenolinux-2.4.21-pre4-sparse/arch/xeno/config.in b/xenolinux-2.4.21-pre4-sparse/arch/xeno/config.in
index 717ae0c605..6ae2bca111 100644
--- a/xenolinux-2.4.21-pre4-sparse/arch/xeno/config.in
+++ b/xenolinux-2.4.21-pre4-sparse/arch/xeno/config.in
@@ -103,10 +103,26 @@ if [ "$CONFIG_NET" = "y" ]; then
source net/Config.in
fi
-source drivers/block/Config.in
+
+#
+# Block device driver configuration
+#
+mainmenu_option next_comment
+comment 'Block devices'
+tristate 'Loopback device support' CONFIG_BLK_DEV_LOOP
+dep_tristate 'Network block device support' CONFIG_BLK_DEV_NBD $CONFIG_NET
+tristate 'RAM disk support' CONFIG_BLK_DEV_RAM
+if [ "$CONFIG_BLK_DEV_RAM" = "y" -o "$CONFIG_BLK_DEV_RAM" = "m" ]; then
+ int ' Default RAM disk size' CONFIG_BLK_DEV_RAM_SIZE 4096
+fi
+dep_bool ' Initial RAM disk (initrd) support' CONFIG_BLK_DEV_INITRD $CONFIG_BLK_DEV_RAM
+bool 'Per partition statistics in /proc/partitions' CONFIG_BLK_STATS
+bool 'XenoLinux virtual block device support' CONFIG_XENOLINUX_BLOCK
+endmenu
define_bool CONFIG_BLK_DEV_IDE_MODES n
define_bool CONFIG_BLK_DEV_HD n
+
mainmenu_option next_comment
comment 'Character devices'