Skip to content

Commit 65b3cf2

Browse files
committed
drm/asahi: Depend on DRM=y
The rust DRM abstractions require that that DRM is built-in so do the same for here. Signed-off-by: Janne Grunau <j@jannau.net>
1 parent e659371 commit 65b3cf2

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

drivers/gpu/drm/asahi/Kconfig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ config RUST_DRM_GPUVM
1515
config DRM_ASAHI
1616
tristate "Asahi (DRM support for Apple AGX GPUs)"
1717
depends on RUST
18-
depends on DRM
18+
depends on DRM=y
1919
depends on (ARM64 && ARCH_APPLE) || (COMPILE_TEST && !GENERIC_ATOMIC64)
2020
depends on MMU
2121
depends on IOMMU_SUPPORT

0 commit comments

Comments
 (0)