]> 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)
commitdfca60dc2d9469c5da70181cc8fd057b3eeab9d8
tree8a29a475c6d91ceb8e5785012072eeb8589ef05f
parent7f57cd98cf9cbf566acb4f17a3df3272b938e46d
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