Config.in 993 B

1234567891011121314151617181920212223242526272829303132333435363738
  1. config ADK_COMPILE_UTIL_LINUX
  2. tristate
  3. default n
  4. depends 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
  10. help
  11. A partition table manipulation utility
  12. http://www.kernel.org/pub/linux/utils/util-linux/
  13. config ADK_PACKAGE_LOSETUP
  14. prompt "losetup........................... Loop devices setup and control utility"
  15. tristate
  16. default n
  17. select ADK_COMPILE_UTIL_LINUX
  18. select ADK_KPACKAGE_KMOD_BLK_DEV_LOOP
  19. help
  20. A loop devices setup and control utility
  21. http://www.kernel.org/pub/linux/utils/util-linux/
  22. config ADK_PACKAGE_SWAP_UTILS
  23. prompt "swap-utils........................ Swap space management utilities"
  24. tristate
  25. default n
  26. select ADK_COMPILE_UTIL_LINUX
  27. help
  28. A collection of tools to manage swap space :
  29. * mkswap
  30. * swapon
  31. * swapoff
  32. http://www.kernel.org/pub/linux/utils/util-linux/