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)
commita9ee34b70e07ce942806eda154e48ea3f754a76f
tree8a29a475c6d91ceb8e5785012072eeb8589ef05f
parentd879eb5ad5d9e80cfc818c22fdd4335ebb5de063
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