Skip to content

Commit a932f61

Browse files
committed
drm/gpuvm: Add missing kconfig dep on DRM_EXEC
Signed-off-by: Asahi Lina <lina@asahilina.net>
1 parent f457e8b commit a932f61

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

drivers/gpu/drm/Kconfig

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -220,6 +220,7 @@ config DRM_EXEC
220220
config DRM_GPUVM
221221
tristate
222222
depends on DRM
223+
select DRM_EXEC
223224
help
224225
GPU-VM representation providing helpers to manage a GPUs virtual
225226
address space

0 commit comments

Comments
 (0)