diff options
| author | Archit Taneja <architt@codeaurora.org> | 2015-10-27 04:10:57 -0400 |
|---|---|---|
| committer | Daniel Vetter <daniel.vetter@ffwll.ch> | 2015-11-24 05:41:50 -0500 |
| commit | c1ff5a7aa3c385aea6badd1351cf92b02a65f145 (patch) | |
| tree | 3e1be2e63363044db348e43f13bb9f6eb489f9ac /drivers/gpu/drm/imx/Kconfig | |
| parent | df2e0900a5965795c2607640e4e9c2667e16c669 (diff) | |
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>
Diffstat (limited to 'drivers/gpu/drm/imx/Kconfig')
| -rw-r--r-- | drivers/gpu/drm/imx/Kconfig | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/drivers/gpu/drm/imx/Kconfig b/drivers/gpu/drm/imx/Kconfig index 2b81a417cf29..35ca4f007839 100644 --- a/drivers/gpu/drm/imx/Kconfig +++ b/drivers/gpu/drm/imx/Kconfig | |||
| @@ -10,15 +10,6 @@ config DRM_IMX | |||
| 10 | help | 10 | help |
| 11 | enable i.MX graphics support | 11 | enable i.MX graphics support |
| 12 | 12 | ||
| 13 | config DRM_IMX_FB_HELPER | ||
| 14 | tristate "provide legacy framebuffer /dev/fb0" | ||
| 15 | select DRM_KMS_CMA_HELPER | ||
| 16 | depends on DRM_IMX | ||
| 17 | help | ||
| 18 | The DRM framework can provide a legacy /dev/fb0 framebuffer | ||
| 19 | for your device. This is necessary to get a framebuffer console | ||
| 20 | and also for applications using the legacy framebuffer API | ||
| 21 | |||
| 22 | config DRM_IMX_PARALLEL_DISPLAY | 13 | config DRM_IMX_PARALLEL_DISPLAY |
| 23 | tristate "Support for parallel displays" | 14 | tristate "Support for parallel displays" |
| 24 | select DRM_PANEL | 15 | select DRM_PANEL |
