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

drm/atmel-hlcdc: make fbdev support really optional

Currently enabling ATMEL HLCDC 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
5de10e9d a2f74495

-1
-1
drivers/gpu/drm/atmel-hlcdc/Kconfig
··· 3 3 depends on DRM && OF && COMMON_CLK && MFD_ATMEL_HLCDC && ARM 4 4 select DRM_GEM_CMA_HELPER 5 5 select DRM_KMS_HELPER 6 - select DRM_KMS_FB_HELPER 7 6 select DRM_KMS_CMA_HELPER 8 7 select DRM_PANEL 9 8 help