kumquat-buildroot/package/qoriq-fm-ucode/Config.in
Brandon Maier 09efcd5d26 package/qoriq-fm-ucode: new package
This package provides firmware needed for the LS1046A-FRWY Ethernet.

Signed-off-by: Brandon Maier <brandon.maier@collins.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
2023-09-30 17:55:36 +02:00

23 lines
641 B
Plaintext

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