1*f88cb266SJani Nikula# SPDX-License-Identifier: GPL-2.0-only 2*f88cb266SJani Nikulaconfig DRM_VGEM 3*f88cb266SJani Nikula tristate "Virtual GEM provider" 4*f88cb266SJani Nikula depends on DRM && MMU 5*f88cb266SJani Nikula select DRM_GEM_SHMEM_HELPER 6*f88cb266SJani Nikula help 7*f88cb266SJani Nikula Choose this option to get a virtual graphics memory manager, 8*f88cb266SJani Nikula as used by Mesa's software renderer for enhanced performance. 9*f88cb266SJani Nikula If M is selected the module will be called vgem. 10