Config.in 1.0 KB

12345678910111213141516171819202122232425
  1. config BR2_PACKAGE_LVM2
  2. bool "lvm2 & device mapper"
  3. depends on BR2_LARGEFILE
  4. help
  5. This is LVM2, the rewrite of The Linux Logical Volume Manager.
  6. LVM supports enterprise level volume management of disk and disk
  7. subsystems by grouping arbitrary disks into volume groups. The total
  8. capacity of volume groups can be allocated to logical volumes, which
  9. are accessed as regular block devices.
  10. The Linux Kernel Device Mapper is the LVM
  11. (Linux Logical Volume Management) Team's implementation of a
  12. minimalistic kernel-space driver that handles volume management,
  13. while keeping knowledge of the underlying device layout in
  14. user-space. This makes it useful for not only LVM, but EVMS,
  15. software raid, and other drivers that create "virtual" block devices.
  16. config BR2_PACKAGE_LVM2_DMSETUP_ONLY
  17. bool "install dmsetup only"
  18. depends on BR2_PACKAGE_LVM2
  19. help
  20. Install dmsetup only and skip the LVM2 suite.
  21. comment "lvm2 requires a toolchain with LARGEFILE support"
  22. depends on !BR2_LARGEFILE