ANDROID: mark DRM_VMWGFX as BROKEN

Due to many abi reverts in Android kernels, this driver is no longer
building properly and fixing it up would be pointles as it is not part
of any Android system.  So mark it as BROKEN to allow 'allmodconfig'
builds to properly continue to work.

No functional change at all for any Android users.

Bug: 161946584
Change-Id: I3b3badc26f66eb82a242e289c1d35cc54e5ed99e
Signed-off-by: Greg Kroah-Hartman <gregkh@google.com>
This commit is contained in:
Greg Kroah-Hartman 2024-05-24 14:00:41 +00:00
parent 48fcb2dadf
commit ce4609a54d

View File

@ -2,6 +2,7 @@
config DRM_VMWGFX
tristate "DRM driver for VMware Virtual GPU"
depends on DRM && PCI && X86 && MMU
depends on BROKEN
select FB_DEFERRED_IO
select FB_CFB_FILLRECT
select FB_CFB_COPYAREA