Commit d74cfca3 authored by Andrew Morton's avatar Andrew Morton Committed by Patrick Mochel

[PATCH] Hardwire CONFIG_LBD to "on" for testing

Make 64-bit sector_t compulsory.  Accelerated testing...
parent 89956725
......@@ -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
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