mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2024-12-19 00:16:57 +07:00
1aaaac1f95
ZTE DRM driver uses drm_display_mode_to_videomode() in function zx_crtc_enable(). Select VIDEOMODE_HELPERS in Kconfig to fix the following link error. LD vmlinux.o MODPOST vmlinux.o drivers/built-in.o: In function `zx_crtc_enable': :(.text+0xbdeb8): undefined reference to `drm_display_mode_to_videomode' Signed-off-by: Shawn Guo <shawn.guo@linaro.org>
10 lines
239 B
Plaintext
10 lines
239 B
Plaintext
config DRM_ZTE
|
|
tristate "DRM Support for ZTE SoCs"
|
|
depends on DRM && ARCH_ZX
|
|
select DRM_KMS_CMA_HELPER
|
|
select DRM_KMS_FB_HELPER
|
|
select DRM_KMS_HELPER
|
|
select VIDEOMODE_HELPERS
|
|
help
|
|
Choose this option to enable DRM on ZTE ZX SoCs.
|