1
0

Config.in 872 B

123456789101112131415161718192021222324252627282930313233
  1. config ADK_COMPILE_UTIL_LINUX_NG
  2. tristate
  3. default n
  4. depends on ADK_PACKAGE_FDISK || ADK_PACKAGE_SWAP_UTILS
  5. config ADK_PACKAGE_FDISK
  6. prompt "fdisk............................. Partition table manipulation utility"
  7. tristate
  8. default n
  9. select ADK_COMPILE_UTIL_LINUX_NG
  10. help
  11. A partition table manipulation utility
  12. config ADK_PACKAGE_LOSETUP
  13. prompt "losetup........................... Loop devices setup and control utility"
  14. tristate
  15. default n
  16. select ADK_COMPILE_UTIL_LINUX_NG
  17. select ADK_KPACKAGE_KMOD_BLK_DEV_LOOP
  18. help
  19. A loop devices setup and control utility
  20. config ADK_PACKAGE_SWAP_UTILS
  21. prompt "swap-utils........................ Swap space management utilities"
  22. tristate
  23. default n
  24. select ADK_COMPILE_UTIL_LINUX_NG
  25. select ADK_PACKAGE_LIBBLKID
  26. help
  27. A collection of tools to manage swap space :
  28. * mkswap
  29. * swapon
  30. * swapoff