mirror of
https://gitlab.com/buildroot.org/buildroot.git
synced 2026-08-09 17:03:35 -09:00
This commit adds support for the i.MX8DXL SoC from NXP, by adding a new BR2_PACKAGE_FREESCALE_IMX_PLATFORM_IMX8DXL and propagate its support in the affected packages. Signed-off-by: Stefan Nickl <Stefan.Nickl@gmail.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
12 lines
367 B
Plaintext
12 lines
367 B
Plaintext
config BR2_PACKAGE_IMX_SC_FIRMWARE
|
|
bool "imx-sc-firmware"
|
|
depends on BR2_PACKAGE_FREESCALE_IMX_PLATFORM_IMX8 || \
|
|
BR2_PACKAGE_FREESCALE_IMX_PLATFORM_IMX8X || \
|
|
BR2_PACKAGE_FREESCALE_IMX_PLATFORM_IMX8DXL
|
|
help
|
|
System Control Unit Firmware blobs for the Freescale i.MX8
|
|
SoCs.
|
|
|
|
This library is provided by Freescale as-is and doesn't have
|
|
an upstream.
|