blob: a6a4aaf5bd41bfc72536d90c37204063a32779c0 (
plain)
1
2
3
4
5
6
7
8
9
|
config BR2_PACKAGE_DM
bool "dm"
depends on BR2_LARGEFILE
help
The Device-mapper is a new component of the linux kernel that
supports logical volume management. It is required by LVM2 and EVMS.
comment "dm requires a toolchain with LARGEFILE support"
depends on !BR2_LARGEFILE
|