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

drm/rcar-du: make fbdev support really optional

Currently enabling R-Car 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: Sean Paul <seanpaul@chromium.org>

authored by

Tobias Jakobi and committed by
Sean Paul
a2f74495 dd86027b

-1
-1
drivers/gpu/drm/rcar-du/Kconfig
··· 6 6 select DRM_KMS_HELPER 7 7 select DRM_KMS_CMA_HELPER 8 8 select DRM_GEM_CMA_HELPER 9 - select DRM_KMS_FB_HELPER 10 9 select VIDEOMODE_HELPERS 11 10 help 12 11 Choose this option if you have an R-Car chipset.