Kconfig 1.4 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061
  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_UIMAGE_FW
  23. bool "uImage based firmware partition parser"
  24. depends on MTD_SPLIT_SUPPORT
  25. select MTD_SPLIT
  26. config MTD_SPLIT_FIT_FW
  27. bool "FIT based firmware partition parser"
  28. depends on MTD_SPLIT_SUPPORT
  29. select MTD_SPLIT
  30. config MTD_SPLIT_LZMA_FW
  31. bool "LZMA compressed kernel based firmware partition parser"
  32. depends on MTD_SPLIT_SUPPORT
  33. select MTD_SPLIT
  34. config MTD_SPLIT_TPLINK_FW
  35. bool "TP-Link firmware parser"
  36. depends on MTD_SPLIT_SUPPORT
  37. select MTD_SPLIT
  38. config MTD_SPLIT_TRX_FW
  39. bool "TRX image based firmware partition parser"
  40. depends on MTD_SPLIT_SUPPORT
  41. select MTD_SPLIT
  42. config MTD_SPLIT_BRNIMAGE_FW
  43. bool "brnImage (brnboot image) firmware parser"
  44. depends on MTD_SPLIT_SUPPORT
  45. select MTD_SPLIT
  46. config MTD_SPLIT_EVA_FW
  47. bool "EVA image based firmware partition parser"
  48. depends on MTD_SPLIT_SUPPORT
  49. select MTD_SPLIT