Skip to content

Commit b0f4ec3

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

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
@@ -221,6 +221,7 @@ config DRM_EXEC
221221
config DRM_GPUVM
222222
tristate
223223
depends on DRM
224+
select DRM_EXEC
224225
help
225226
GPU-VM representation providing helpers to manage a GPUs virtual
226227
address space

0 commit comments

Comments
 (0)