mirror of
git://sourceware.org/git/lvm2.git
synced 2025-01-23 02:05:07 +03:00
2e95662387
o split the patches into config and makefile specific.
22 lines
678 B
Plaintext
22 lines
678 B
Plaintext
--- uml_build/arch/um/config.in.orig Tue Jan 2 14:33:42 2001
|
|
+++ uml_build/arch/um/config.in Tue Jan 2 14:35:42 2001
|
|
@@ -15,6 +15,8 @@
|
|
bool 'Prompt for development and/or incomplete code/drivers' CONFIG_EXPERIMENTAL
|
|
endmenu
|
|
|
|
+source drivers/md/Config.in
|
|
+
|
|
mainmenu_option next_comment
|
|
comment 'Processor features'
|
|
bool 'Symmetric multi-processing support' CONFIG_SMP
|
|
--- linux/drivers/md/Config.in.orig Tue Aug 21 14:18:30 2001
|
|
+++ linux/drivers/md/Config.in Tue Aug 21 14:19:08 2001
|
|
@@ -14,4 +14,6 @@
|
|
|
|
dep_tristate ' Logical volume manager (LVM) support' CONFIG_BLK_DEV_LVM $CONFIG_MD
|
|
|
|
+dep_tristate ' Device mapper support' CONFIG_BLK_DEV_DM $CONFIG_MD
|
|
+
|
|
endmenu
|
|
|