Config.in 538 B

12345678910111213141516
  1. comment "dmraid has no inherent support for AVR32"
  2. depends on BR2_avr32 && BR2_PACKAGE_DMRAID
  3. config BR2_PACKAGE_DMRAID
  4. bool "dmraid"
  5. depends on BR2_LARGEFILE
  6. select BR2_PACKAGE_DM
  7. help
  8. dmraid discovers, activates, deactivates and displays properties
  9. of software RAID sets (eg, ATARAID) and contained DOS partitions.
  10. dmraid uses the Linux device-mapper to create devices with
  11. respective mappings for the ATARAID sets discovered.
  12. comment "dmraid requires a toolchain with LARGEFILE support"
  13. depends on !BR2_LARGEFILE