1
0

Kconfig 1.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566
  1. config MTD_SPLIT
  2. def_bool n
  3. help
  4. Generic MTD split support.
  5. config MTD_SPLIT_SUPPORT
  6. def_bool MTD = y
  7. comment "Rootfs partition parsers"
  8. config MTD_SPLIT_SQUASHFS_ROOT
  9. bool "Squashfs based root partition parser"
  10. depends on MTD_SPLIT_SUPPORT
  11. select MTD_SPLIT
  12. default n
  13. help
  14. This provides a parsing function which allows to detect the
  15. offset and size of the unused portion of a rootfs partition
  16. containing a squashfs.
  17. comment "Firmware partition parsers"
  18. config MTD_SPLIT_SEAMA_FW
  19. bool "Seama firmware parser"
  20. depends on MTD_SPLIT_SUPPORT
  21. select MTD_SPLIT
  22. config MTD_SPLIT_WRGG_FW
  23. bool "WRGG firmware parser"
  24. depends on MTD_SPLIT_SUPPORT
  25. select MTD_SPLIT
  26. config MTD_SPLIT_UIMAGE_FW
  27. bool "uImage based firmware partition parser"
  28. depends on MTD_SPLIT_SUPPORT
  29. select MTD_SPLIT
  30. config MTD_SPLIT_FIT_FW
  31. bool "FIT based firmware partition parser"
  32. depends on MTD_SPLIT_SUPPORT
  33. select MTD_SPLIT
  34. config MTD_SPLIT_LZMA_FW
  35. bool "LZMA compressed kernel based firmware partition parser"
  36. depends on MTD_SPLIT_SUPPORT
  37. select MTD_SPLIT
  38. config MTD_SPLIT_TPLINK_FW
  39. bool "TP-Link firmware parser"
  40. depends on MTD_SPLIT_SUPPORT
  41. select MTD_SPLIT
  42. config MTD_SPLIT_TRX_FW
  43. bool "TRX image based firmware partition parser"
  44. depends on MTD_SPLIT_SUPPORT
  45. select MTD_SPLIT
  46. config MTD_SPLIT_BRNIMAGE_FW
  47. bool "brnImage (brnboot image) firmware parser"
  48. depends on MTD_SPLIT_SUPPORT
  49. select MTD_SPLIT
  50. config MTD_SPLIT_EVA_FW
  51. bool "EVA image based firmware partition parser"
  52. depends on MTD_SPLIT_SUPPORT
  53. select MTD_SPLIT