Skip to content
Commit 1aaaac1f authored by Shawn Guo's avatar Shawn Guo
Browse files

drm: zte: select VIDEOMODE_HELPERS in Kconfig



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: default avatarShawn Guo <shawn.guo@linaro.org>
parent a121103c
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment