Config.in.lib 614 B

12345678910111213141516171819202122232425262728
  1. config ADK_PACKAGE_LIBUUID
  2. prompt "libuuid......................... UUID library"
  3. depends on ADK_PACKAGE_E2FSPROGS
  4. tristate
  5. default n
  6. help
  7. config ADK_PACKAGE_LIBBLKID
  8. prompt "libblkid........................ BlockID library"
  9. depends on ADK_PACKAGE_E2FSPROGS
  10. tristate
  11. default n
  12. help
  13. config ADK_PACKAGE_LIBCOM_ERR
  14. prompt "libcom_err...................... Common error library"
  15. depends on ADK_PACKAGE_E2FSPROGS
  16. tristate
  17. default n
  18. help
  19. config ADK_PACKAGE_LIBSS
  20. prompt "libss........................... Subsystem command parsing library"
  21. depends on ADK_PACKAGE_E2FSPROGS
  22. tristate
  23. default n
  24. help