xref: /OK3568_Linux_fs/buildroot/package/multipath-tools/Config.in (revision 4882a59341e53eb6f0b4789bf948001014eff981)
1comment "multipath-tools needs udev and a uClibc or glibc toolchain w/ threads, dynamic library"
2	depends on BR2_USE_MMU
3	depends on BR2_TOOLCHAIN_HAS_SYNC_4
4	depends on !BR2_TOOLCHAIN_USES_MUSL
5	depends on BR2_PACKAGE_LIBURCU_ARCH_SUPPORTS
6	depends on !BR2_TOOLCHAIN_HAS_THREADS || BR2_STATIC_LIBS || !BR2_PACKAGE_HAS_UDEV
7
8config BR2_PACKAGE_MULTIPATH_TOOLS
9	bool "multipath-tools"
10	depends on !BR2_STATIC_LIBS
11	depends on !BR2_TOOLCHAIN_USES_MUSL
12	depends on BR2_USE_MMU
13	depends on BR2_TOOLCHAIN_HAS_THREADS
14	depends on BR2_TOOLCHAIN_HAS_SYNC_4
15	depends on BR2_PACKAGE_LIBURCU_ARCH_SUPPORTS
16	depends on BR2_PACKAGE_HAS_UDEV
17	select BR2_PACKAGE_JSON_C
18	select BR2_PACKAGE_LIBURCU
19	select BR2_PACKAGE_LIBAIO
20	select BR2_PACKAGE_LVM2
21	select BR2_PACKAGE_LVM2_STANDARD_INSTALL
22	select BR2_PACKAGE_READLINE
23	help
24	  This package provides the following binaries to drive
25	  the Device Mapper multipathing driver:
26	    * multipath - Device mapper target autoconfig.
27	    * multipathd - Multipath daemon.
28	    * mpathpersist - Manages SCSI persistent reservations on
29	      dm multipath devices.
30	    * kpartx - Create device maps from partition tables.
31
32	  https://github.com/openSUSE/multipath-tools
33