1*4882a593Smuzhiyunconfig BR2_PACKAGE_DMRAID 2*4882a593Smuzhiyun bool "dmraid" 3*4882a593Smuzhiyun depends on BR2_TOOLCHAIN_HAS_THREADS # lvm2 4*4882a593Smuzhiyun depends on BR2_USE_MMU # lvm2 5*4882a593Smuzhiyun depends on !BR2_STATIC_LIBS # lvm2 6*4882a593Smuzhiyun select BR2_PACKAGE_LVM2 7*4882a593Smuzhiyun help 8*4882a593Smuzhiyun dmraid discovers, activates, deactivates and displays 9*4882a593Smuzhiyun properties of software RAID sets (eg, ATARAID) and contained 10*4882a593Smuzhiyun DOS partitions. 11*4882a593Smuzhiyun 12*4882a593Smuzhiyun dmraid uses the Linux device-mapper to create devices with 13*4882a593Smuzhiyun respective mappings for the ATARAID sets discovered. 14*4882a593Smuzhiyun 15*4882a593Smuzhiyun http://people.redhat.com/~heinzm/sw/dmraid/ 16*4882a593Smuzhiyun 17*4882a593Smuzhiyuncomment "dmraid needs a toolchain w/ threads, dynamic library" 18*4882a593Smuzhiyun depends on BR2_USE_MMU 19*4882a593Smuzhiyun depends on BR2_STATIC_LIBS || !BR2_TOOLCHAIN_HAS_THREADS 20