Config.in 641 B

12345678910111213141516171819202122
  1. config BR2_PACKAGE_QORIQ_FM_UCODE
  2. bool "qoriq-fm-ucode"
  3. help
  4. These are the microcode families of the Frame Manager
  5. hardware block in QorIQ products. Specific platforms require
  6. specific binaries, and those also have to further match
  7. specific software versions (Frame Manager Driver -- FMD).
  8. https://github.com/nxp-qoriq/qoriq-fm-ucode
  9. if BR2_PACKAGE_QORIQ_FM_UCODE
  10. config BR2_PACKAGE_QORIQ_FM_UCODE_PLATFORM
  11. string "platform"
  12. default "ls1046"
  13. help
  14. This option specifies which platform's microcode to use.
  15. This string should match a file in qoriq-fm-ucode of the form
  16. "fsl_fman_ucode_${PLATFORM}*.bin".
  17. endif