Config.in 843 B

1234567891011121314151617181920212223242526272829303132
  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. help
  26. A collection of tools to manage swap space :
  27. * mkswap
  28. * swapon
  29. * swapoff