]> git.neil.brown.name Git - history.git/commitdiff
[PATCH] Hardwire CONFIG_LBD to "on" for testing
authorAndrew Morton <akpm@digeo.com>
Wed, 9 Oct 2002 01:38:03 +0000 (18:38 -0700)
committerPatrick Mochel <mochel@osdl.org>
Wed, 9 Oct 2002 01:38:03 +0000 (18:38 -0700)
Make 64-bit sector_t compulsory.  Accelerated testing...

drivers/block/Config.in

index 49ba18434d92caa9479d240516f5625ff63d2fe0..6d2d99d8124c0981fd0467afb59bc4cfd3c548c2 100644 (file)
@@ -49,6 +49,7 @@ fi
 dep_bool '  Initial RAM disk (initrd) support' CONFIG_BLK_DEV_INITRD $CONFIG_BLK_DEV_RAM
 
 if [ "$CONFIG_X86" = "y" -o "$CONFIG_PPC32" = "y" ]; then
-   bool 'Support for Large Block Devices' CONFIG_LBD
+#   bool 'Support for Large Block Devices' CONFIG_LBD
+   define_bool CONFIG_LBD y
 fi
 endmenu