Config.in 2.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149
  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_ERASEALL
  18. bool "flash_eraseall"
  19. default y
  20. config BR2_PACKAGE_MTD_FLASH_INFO
  21. bool "flash_info"
  22. default y
  23. config BR2_PACKAGE_MTD_FLASH_LOCK
  24. bool "flash_lock"
  25. default y
  26. config BR2_PACKAGE_MTD_FLASH_OTP_DUMP
  27. bool "flash_otp_dump"
  28. config BR2_PACKAGE_MTD_FLASH_OTP_INFO
  29. bool "flash_otp_info"
  30. config BR2_PACKAGE_MTD_FLASH_UNLOCK
  31. bool "flash_unlock"
  32. default y
  33. config BR2_PACKAGE_MTD_FTL_CHECK
  34. bool "ftl_check"
  35. config BR2_PACKAGE_MTD_FTL_FORMAT
  36. bool "ftl_format"
  37. config BR2_PACKAGE_MTD_JFFS2DUMP
  38. bool "jffs2dump"
  39. config BR2_PACKAGE_MTD_MKFSJFFS2
  40. bool "mkfs.jffs2"
  41. select BR2_PACKAGE_ZLIB
  42. select BR2_PACKAGE_LZO
  43. config BR2_PACKAGE_MTD_MTD_DEBUG
  44. bool "mtd_debug"
  45. default y
  46. config BR2_PACKAGE_MTD_NANDDUMP
  47. bool "nanddump"
  48. default y
  49. config BR2_PACKAGE_MTD_NANDTEST
  50. bool "nandtest"
  51. default y
  52. config BR2_PACKAGE_MTD_NANDWRITE
  53. bool "nandwrite"
  54. default y
  55. config BR2_PACKAGE_MTD_NFTLDUMP
  56. bool "nftldump"
  57. config BR2_PACKAGE_MTD_NFTL_FORMAT
  58. bool "nftl_format"
  59. config BR2_PACKAGE_MTD_RECV_IMAGE
  60. depends on BR2_INET_IPV6
  61. bool "recv_image"
  62. comment "recv_image requires a toolchain with IPv6 support"
  63. depends on !BR2_INET_IPV6
  64. config BR2_PACKAGE_MTD_RFDDUMP
  65. bool "rfddump"
  66. config BR2_PACKAGE_MTD_RFDFORMAT
  67. bool "rfdformat"
  68. config BR2_PACKAGE_MTD_SERVE_IMAGE
  69. bool "serve_image"
  70. config BR2_PACKAGE_MTD_SUMTOOL
  71. bool "sumtool"
  72. config BR2_PACKAGE_MTD_MTDINFO
  73. bool "mtdinfo"
  74. default y
  75. config BR2_PACKAGE_MTD_UBIATTACH
  76. bool "ubiattach"
  77. default y
  78. config BR2_PACKAGE_MTD_UBICRC32
  79. bool "ubicrc32"
  80. default y
  81. config BR2_PACKAGE_MTD_UBIDETACH
  82. bool "ubidetach"
  83. default y
  84. config BR2_PACKAGE_MTD_UBIFORMAT
  85. bool "ubiformat"
  86. default y
  87. config BR2_PACKAGE_MTD_UBIMKVOL
  88. bool "ubimkvol"
  89. default y
  90. config BR2_PACKAGE_MTD_UBINFO
  91. bool "ubinfo"
  92. default y
  93. config BR2_PACKAGE_MTD_UBINIZE
  94. bool "ubinize"
  95. default y
  96. config BR2_PACKAGE_MTD_UBIRENAME
  97. bool "ubirename"
  98. default y
  99. config BR2_PACKAGE_MTD_UBIRMVOL
  100. bool "ubirmvol"
  101. default y
  102. config BR2_PACKAGE_MTD_UBIRSVOL
  103. bool "ubirsvol"
  104. default y
  105. config BR2_PACKAGE_MTD_UBIUPDATEVOL
  106. bool "ubiupdatevol"
  107. default y
  108. endif