summaryrefslogtreecommitdiffstats
path: root/package/udisks/Config.in
diff options
context:
space:
mode:
Diffstat (limited to 'package/udisks/Config.in')
-rw-r--r--package/udisks/Config.in34
1 files changed, 34 insertions, 0 deletions
diff --git a/package/udisks/Config.in b/package/udisks/Config.in
new file mode 100644
index 000000000..77cbcb885
--- /dev/null
+++ b/package/udisks/Config.in
@@ -0,0 +1,34 @@
+config BR2_PACKAGE_UDISKS
+ bool "udisks"
+ depends on BR2_ROOTFS_DEVICE_CREATION_DYNAMIC_UDEV
+ depends on BR2_TOOLCHAIN_HAS_THREADS
+ select BR2_PACKAGE_UDEV
+ select BR2_PACKAGE_UDEV_ALL_EXTRAS
+ select BR2_PACKAGE_DBUS
+ select BR2_PACKAGE_DBUS_GLIB
+ select BR2_PACKAGE_SG3_UTILS
+ select BR2_PACKAGE_POLKIT
+ select BR2_PACKAGE_PARTED
+ select BR2_PACKAGE_LVM2
+ select BR2_PACKAGE_LIBATASMART
+ help
+ The udisks project provides
+
+ o A storage daemon that implements well-defined D-Bus
+ interfaces that can be used to query and manipulate
+ storage devices.
+
+ o a command-line tool, udisks(1), that can be used to query
+ and use the daemon
+
+ http://www.freedesktop.org/wiki/Software/udisks
+
+config BR2_PACKAGE_UDISKS_LVM2
+ bool "lvm2 support"
+ depends on BR2_PACKAGE_UDISKS
+ select BR2_PACKAGE_LVM2_APP_LIBRARY
+ help
+ Enable LVM2 support
+
+comment "udisks requires /dev mgmnt set to udev under System configuration"
+ depends on !BR2_ROOTFS_DEVICE_CREATION_DYNAMIC_UDEV