package/freescale-imx: add option for i.MX8MM
The i.MX8MMini is slightly different from the i.MX8M. The main difference of interrest here is that the i.MX8MMini has no HDMI support. The firmware blobs must not include the HDMI signed firmware, which is why we need this new configuration option. Signed-off-by: Julien Olivain <juju@cotds.org> Signed-off-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be>
This commit is contained in:
parent
e531877e8c
commit
5fabf916a8
@ -43,6 +43,9 @@ config BR2_PACKAGE_FREESCALE_IMX_PLATFORM_IMX7
|
||||
config BR2_PACKAGE_FREESCALE_IMX_PLATFORM_IMX8M
|
||||
bool "imx8m"
|
||||
|
||||
config BR2_PACKAGE_FREESCALE_IMX_PLATFORM_IMX8MM
|
||||
bool "imx8mm"
|
||||
|
||||
config BR2_PACKAGE_FREESCALE_IMX_PLATFORM_IMX8X
|
||||
bool "imx8x"
|
||||
endchoice
|
||||
@ -77,7 +80,8 @@ config BR2_PACKAGE_FREESCALE_IMX_HAS_VIV_GPU
|
||||
default y if BR2_PACKAGE_FREESCALE_IMX_PLATFORM_IMX6Q || \
|
||||
BR2_PACKAGE_FREESCALE_IMX_PLATFORM_IMX6S || \
|
||||
BR2_PACKAGE_FREESCALE_IMX_PLATFORM_IMX7 || \
|
||||
BR2_PACKAGE_FREESCALE_IMX_PLATFORM_IMX8M
|
||||
BR2_PACKAGE_FREESCALE_IMX_PLATFORM_IMX8M || \
|
||||
BR2_PACKAGE_FREESCALE_IMX_PLATFORM_IMX8MM
|
||||
|
||||
source "package/freescale-imx/imx-alsa-plugins/Config.in"
|
||||
source "package/freescale-imx/imx-codec/Config.in"
|
||||
|
Loading…
Reference in New Issue
Block a user