Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

drm/tilcdc: make fbdev support really optional

Currently enabling TI LCDC DRM support automatically pulls in
fbdev dependency. However this dep is unnecessary since
DRM core already handles this for us (DRM_FBDEV_EMULATION).

Signed-off-by: Tobias Jakobi <tjakobi@math.uni-bielefeld.de>
Signed-off-by: Daniel Vetter <daniel.vetter@ffwll.ch>
Link: http://patchwork.freedesktop.org/patch/msgid/1468586897-32298-13-git-send-email-tjakobi@math.uni-bielefeld.de

authored by

Tobias Jakobi and committed by
Daniel Vetter
1103ea40 c85b1ad3

-1
-1
drivers/gpu/drm/tilcdc/Kconfig
··· 2 2 tristate "DRM Support for TI LCDC Display Controller" 3 3 depends on DRM && OF && ARM 4 4 select DRM_KMS_HELPER 5 - select DRM_KMS_FB_HELPER 6 5 select DRM_KMS_CMA_HELPER 7 6 select DRM_GEM_CMA_HELPER 8 7 select VIDEOMODE_HELPERS