Config.in 1.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869
  1. config BR2_PACKAGE_SUNXI_TOOLS
  2. bool "sunxi-tools"
  3. depends on BR2_arm
  4. help
  5. Tools for Allwinner A10 (aka sun4i) and A13 (aka sun5i)
  6. based devices.
  7. http://linux-sunxi.org/Sunxi-tools
  8. if BR2_PACKAGE_SUNXI_TOOLS
  9. config BR2_PACKAGE_SUNXI_TOOLS_FEXC
  10. bool "sunxi-fexc (fex2bin & bin2fex)"
  11. help
  12. Convert between .fex board definition files and binary
  13. format. These tools are specific for the linux-sunxi kernel
  14. and do not apply to the mainline Linux kernel version.
  15. config BR2_PACKAGE_SUNXI_TOOLS_BOOTINFO
  16. bool "sunxi-bootinfo"
  17. help
  18. Displays information about sunxi boot code.
  19. config BR2_PACKAGE_SUNXI_TOOLS_FEL
  20. bool "sunxi-fel"
  21. depends on BR2_TOOLCHAIN_HAS_THREADS # libusb
  22. select BR2_PACKAGE_LIBUSB
  23. help
  24. The sunxi-fel command can interact with a sunxi device in
  25. fel mode. This allows do download code to memory and execute
  26. it.
  27. comment "sunxi-fel needs a toolchain w/ threads"
  28. depends on !BR2_TOOLCHAIN_HAS_THREADS
  29. config BR2_PACKAGE_SUNXI_TOOLS_NAND_PART
  30. bool "sunxi-nand-part"
  31. default y
  32. help
  33. The sunxi-nand-part command allows to repartition the internal
  34. NAND on sunxi devices.
  35. config BR2_PACKAGE_SUNXI_TOOLS_PIO
  36. bool "sunxi-pio"
  37. help
  38. GPIO manipulation tool for sunxi boards.
  39. config BR2_PACKAGE_SUNXI_TOOLS_MEMINFO
  40. bool "sunxi-meminfo"
  41. help
  42. Utility to retrieve DRAM information from registers on
  43. Allwinner SoCs. Specific for the linux-sunxi kernel - does
  44. not apply to the mainline Linux kernel version.
  45. config BR2_PACKAGE_SUNXI_TOOLS_PHOENIX_INFO
  46. bool "phoenix_info"
  47. help
  48. Display information about self-installing SD card images
  49. (created with Phoenix Card).
  50. https://linux-sunxi.org/PhoenixCard
  51. config BR2_PACKAGE_SUNXI_TOOLS_NAND_IMAGE_BUILDER
  52. bool "sunxi-nand-image-builder"
  53. help
  54. Creates a raw NAND image that can be read by the sunxi NAND
  55. controller.
  56. endif # BR2_PACKAGE_SUNXI_TOOLS