]> git.baikalelectronics.ru Git - kernel.git/commit
drm/msm: Remove local fbdev emulation Kconfig option
authorArchit Taneja <architt@codeaurora.org>
Mon, 13 Jul 2015 06:42:07 +0000 (12:12 +0530)
committerRob Clark <robdclark@gmail.com>
Thu, 22 Oct 2015 19:46:36 +0000 (15:46 -0400)
commit822184f933efce8f1326a89e8f1144d082ecae88
tree8a29a475c6d91ceb8e5785012072eeb8589ef05f
parentd449fe47a5edbc513c08a62e897784278acd0414
drm/msm: Remove local fbdev emulation Kconfig option

DRM_MSM_FBDEV config is used to enable/disable fbdev emulation for the
msm kms driver.

Replace this with the top level DRM_FBDEV_EMULATION config option where
applicable. This also prevents build breaks caused by undefined
drm_fb_helper_* functions when legacy fbdev support was disabled.

Signed-off-by: Archit Taneja <architt@codeaurora.org>
Signed-off-by: Rob Clark <robdclark@gmail.com>
drivers/gpu/drm/msm/Kconfig
drivers/gpu/drm/msm/Makefile
drivers/gpu/drm/msm/msm_drv.c