package/imx-gpu-viv: fix masking fb option

Only the 32bit ARM blob provides the framebuffer backend. This is
apparently independent of which imx8 derivate is used, so changed
the condition for the config option accordingly.

Signed-off-by: Andreas Naumann <anaumann@ultratronik.de>
Signed-off-by: Arnout Vandecappelle <arnout@mind.be>
This commit is contained in:
Andreas Naumann 2024-03-06 12:12:12 +01:00 committed by Arnout Vandecappelle
parent de6415ad9c
commit 47a02a5afc

View File

@ -45,8 +45,8 @@ choice
config BR2_PACKAGE_IMX_GPU_VIV_OUTPUT_FB
bool "Framebuffer"
# The i.MX8 blob doesn't support FB output
depends on !BR2_PACKAGE_FREESCALE_IMX_PLATFORM_IMX8M
# The i.MX8 aarch64 blob doesn't support FB output
depends on BR2_arm
config BR2_PACKAGE_IMX_GPU_VIV_OUTPUT_WL
bool "Wayland"