OSDN Git Service

drm/imx: Remove local fbdev emulation Kconfig option
authorArchit Taneja <architt@codeaurora.org>
Tue, 27 Oct 2015 08:10:57 +0000 (13:40 +0530)
committerDaniel Vetter <daniel.vetter@ffwll.ch>
Tue, 24 Nov 2015 10:41:50 +0000 (11:41 +0100)
commitc1ff5a7aa3c385aea6badd1351cf92b02a65f145
tree3e1be2e63363044db348e43f13bb9f6eb489f9ac
parentdf2e0900a5965795c2607640e4e9c2667e16c669
drm/imx: Remove local fbdev emulation Kconfig option

DRM_IMX_FB_HELPER config is currently used to enable/disable fbdev
emulation for the imx kms driver.

Remove this local config option and use the top level DRM_FBDEV_EMULATION
config option where applicable. Using this config lets us also prevent
wrapping around drm_fb_helper_* calls with #ifdefs in certain places.

Tested-by: Philipp Zabel <p.zabel@pengutronix.de>
Signed-off-by: Archit Taneja <architt@codeaurora.org>
Link: http://patchwork.freedesktop.org/patch/msgid/1445933459-5249-2-git-send-email-architt@codeaurora.org
Signed-off-by: Daniel Vetter <daniel.vetter@ffwll.ch>
drivers/gpu/drm/imx/Kconfig
drivers/gpu/drm/imx/imx-drm-core.c