blob: dd96d8889e64788b2ae367671de3d6ae9ad0cfa7 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
  | 
config BR2_PACKAGE_FIRMWARE_IMX
	bool "firmware-imx"
	depends on BR2_arm # Only relevant for i.MX
	help
	  Firmware blobs for the Freescale i.MX SoCs.
	  It contains blobs for Atheros AR6003, SDMA and VPU.
	  Note: it also contains a blob for ar3k/30101 but upstream
	  linux-firmware has that as well.
	  This library is provided by Freescale as-is and doesn't have
	  an upstream.
  |