2005-06-24 04:46:31 +02:00
|
|
|
config BR2_PACKAGE_DM
|
|
|
|
bool "dm"
|
2009-03-04 14:22:44 +01:00
|
|
|
depends on BR2_LARGEFILE
|
2005-06-24 04:46:31 +02:00
|
|
|
help
|
|
|
|
The Device-mapper is a new component of the linux kernel that
|
|
|
|
supports logical volume management. It is required by LVM2 and EVMS.
|
2009-03-04 14:22:44 +01:00
|
|
|
|
|
|
|
comment "dm requires a toolchain with LARGEFILE support"
|
|
|
|
depends on !BR2_LARGEFILE
|