mbox series

[0/4] drm: Fix config dependencies for fbdev emulation

Message ID 20210415110040.23525-1-tzimmermann@suse.de (mailing list archive)
Headers show
Series drm: Fix config dependencies for fbdev emulation | expand

Message

Thomas Zimmermann April 15, 2021, 11 a.m. UTC
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