While working on the recent aperture helpers, I found it hard to disable fbdev because drivers keep on selecting it automatically.
Cleanup the config dependencies. Fbdev support should be configured by users. DRM drivers should check for DRM_FBDEV_EMULATION to enable fbdev support. Thomas Zimmermann (4): drm/vmwgfx: Make console emulation depend on DRM_FBDEV_EMULATION drm/mxsfb: Don't select DRM_KMS_FB_HELPER drm/zte: Don't select DRM_KMS_FB_HELPER drm: Remove DRM_KMS_FB_HELPER Kconfig option drivers/gpu/drm/Kconfig | 28 +++++++++++----------------- drivers/gpu/drm/mxsfb/Kconfig | 1 - drivers/gpu/drm/vmwgfx/Kconfig | 7 +------ drivers/gpu/drm/vmwgfx/Makefile | 4 +++- drivers/gpu/drm/vmwgfx/vmwgfx_drv.h | 19 +++++++++++++++++++ drivers/gpu/drm/zte/Kconfig | 1 - 6 files changed, 34 insertions(+), 26 deletions(-) -- 2.31.1 _______________________________________________ dri-devel mailing list dri-devel@lists.freedesktop.org https://lists.freedesktop.org/mailman/listinfo/dri-devel