Config.in 336 B

123456789101112131415161718
  1. config ADK_COMPILE_LVM
  2. bool
  3. default n
  4. help
  5. config ADK_PACKAGE_LVM
  6. prompt "lvm............................... logical volume management"
  7. tristate
  8. select ADK_COMPILE_LVM
  9. default n
  10. help
  11. config ADK_PACKAGE_DEVICE_MAPPER
  12. prompt "device-mapper..................... device-mapper"
  13. tristate
  14. select ADK_COMPILE_LVM
  15. default n
  16. help