Config.in 2.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141
  1. config BR2_PACKAGE_MTD
  2. bool "mtd/jffs2 utilities"
  3. help
  4. Build mtd/jffs utilities
  5. if BR2_PACKAGE_MTD
  6. comment "MTD tools selection"
  7. config BR2_PACKAGE_MTD_DOCFDISK
  8. bool "docfdisk"
  9. config BR2_PACKAGE_MTD_DOC_LOADBIOS
  10. bool "doc_loadbios"
  11. config BR2_PACKAGE_MTD_FLASHCP
  12. bool "flashcp"
  13. default y
  14. config BR2_PACKAGE_MTD_FLASH_ERASE
  15. bool "flash_erase"
  16. default y
  17. config BR2_PACKAGE_MTD_FLASH_LOCK
  18. bool "flash_lock"
  19. default y
  20. config BR2_PACKAGE_MTD_FLASH_OTP_DUMP
  21. bool "flash_otp_dump"
  22. config BR2_PACKAGE_MTD_FLASH_OTP_INFO
  23. bool "flash_otp_info"
  24. config BR2_PACKAGE_MTD_FLASH_UNLOCK
  25. bool "flash_unlock"
  26. default y
  27. config BR2_PACKAGE_MTD_FTL_CHECK
  28. bool "ftl_check"
  29. config BR2_PACKAGE_MTD_FTL_FORMAT
  30. bool "ftl_format"
  31. config BR2_PACKAGE_MTD_JFFS2DUMP
  32. bool "jffs2dump"
  33. config BR2_PACKAGE_MTD_MKFSJFFS2
  34. bool "mkfs.jffs2"
  35. select BR2_PACKAGE_ZLIB
  36. select BR2_PACKAGE_LZO
  37. config BR2_PACKAGE_MTD_MTD_DEBUG
  38. bool "mtd_debug"
  39. default y
  40. config BR2_PACKAGE_MTD_NANDDUMP
  41. bool "nanddump"
  42. default y
  43. config BR2_PACKAGE_MTD_NANDTEST
  44. bool "nandtest"
  45. default y
  46. config BR2_PACKAGE_MTD_NANDWRITE
  47. bool "nandwrite"
  48. default y
  49. config BR2_PACKAGE_MTD_NFTLDUMP
  50. bool "nftldump"
  51. config BR2_PACKAGE_MTD_NFTL_FORMAT
  52. bool "nftl_format"
  53. config BR2_PACKAGE_MTD_RECV_IMAGE
  54. depends on BR2_INET_IPV6
  55. bool "recv_image"
  56. comment "recv_image requires a toolchain with IPv6 support"
  57. depends on !BR2_INET_IPV6
  58. config BR2_PACKAGE_MTD_RFDDUMP
  59. bool "rfddump"
  60. config BR2_PACKAGE_MTD_RFDFORMAT
  61. bool "rfdformat"
  62. config BR2_PACKAGE_MTD_SERVE_IMAGE
  63. bool "serve_image"
  64. config BR2_PACKAGE_MTD_SUMTOOL
  65. bool "sumtool"
  66. config BR2_PACKAGE_MTD_MTDINFO
  67. bool "mtdinfo"
  68. default y
  69. config BR2_PACKAGE_MTD_UBIATTACH
  70. bool "ubiattach"
  71. default y
  72. config BR2_PACKAGE_MTD_UBICRC32
  73. bool "ubicrc32"
  74. default y
  75. config BR2_PACKAGE_MTD_UBIDETACH
  76. bool "ubidetach"
  77. default y
  78. config BR2_PACKAGE_MTD_UBIFORMAT
  79. bool "ubiformat"
  80. default y
  81. config BR2_PACKAGE_MTD_UBIMKVOL
  82. bool "ubimkvol"
  83. default y
  84. config BR2_PACKAGE_MTD_UBINFO
  85. bool "ubinfo"
  86. default y
  87. config BR2_PACKAGE_MTD_UBINIZE
  88. bool "ubinize"
  89. default y
  90. config BR2_PACKAGE_MTD_UBIRENAME
  91. bool "ubirename"
  92. default y
  93. config BR2_PACKAGE_MTD_UBIRMVOL
  94. bool "ubirmvol"
  95. default y
  96. config BR2_PACKAGE_MTD_UBIRSVOL
  97. bool "ubirsvol"
  98. default y
  99. config BR2_PACKAGE_MTD_UBIUPDATEVOL
  100. bool "ubiupdatevol"
  101. default y
  102. endif