summaryrefslogtreecommitdiff
path: root/package/lvm2/Config.in
diff options
context:
space:
mode:
Diffstat (limited to 'package/lvm2/Config.in')
-rw-r--r--package/lvm2/Config.in8
1 files changed, 8 insertions, 0 deletions
diff --git a/package/lvm2/Config.in b/package/lvm2/Config.in
new file mode 100644
index 000000000..0e1e0b32a
--- /dev/null
+++ b/package/lvm2/Config.in
@@ -0,0 +1,8 @@
+config BR2_PACKAGE_LVM2
+ bool "lvm2"
+ default n
+ select BR2_PACKAGE_DM
+ help
+ LVM2 refers to a new userspace toolset that provide logical
+ volume management facilities on linux. It is reasonably backwards-
+ compatible with the original LVM toolset.