mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2025-01-21 18:40:30 +07:00
drm/imx/dcss: fix compilation issue on 32bit
When compiling for 32bit platforms, the compilation fails with: ERROR: modpost: "__aeabi_ldivmod" [drivers/gpu/drm/imx/dcss/imx-dcss.ko] undefined! ERROR: modpost: "__aeabi_uldivmod" [drivers/gpu/drm/imx/dcss/imx-dcss.ko] undefined! This patch adds a dependency on ARM64 since no 32bit SoCs have DCSS, so far. Signed-off-by: Laurentiu Palcu <laurentiu.palcu@oss.nxp.com> Reported-by: Daniel Vetter <daniel@ffwll.ch> Reviewed-by: Daniel Vetter <daniel.vetter@ffwll.ch> Signed-off-by: Lucas Stach <l.stach@pengutronix.de> Link: https://patchwork.freedesktop.org/patch/msgid/20200910095250.7663-1-laurentiu.palcu@oss.nxp.com
This commit is contained in:
parent
13138ab2da
commit
6a8a58acfe
@ -3,7 +3,7 @@ config DRM_IMX_DCSS
|
|||||||
select IMX_IRQSTEER
|
select IMX_IRQSTEER
|
||||||
select DRM_KMS_CMA_HELPER
|
select DRM_KMS_CMA_HELPER
|
||||||
select VIDEOMODE_HELPERS
|
select VIDEOMODE_HELPERS
|
||||||
depends on DRM && ARCH_MXC
|
depends on DRM && ARCH_MXC && ARM64
|
||||||
help
|
help
|
||||||
Choose this if you have a NXP i.MX8MQ based system and want to use the
|
Choose this if you have a NXP i.MX8MQ based system and want to use the
|
||||||
Display Controller Subsystem. This option enables DCSS support.
|
Display Controller Subsystem. This option enables DCSS support.
|
||||||
|
Loading…
Reference in New Issue
Block a user