Skip to content

Commit 1695a7e

Browse files
committed
drm/apple: Add missing sound Kconfig dependencies
Signed-off-by: Asahi Lina <[email protected]>
1 parent 2d4be60 commit 1695a7e

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

drivers/gpu/drm/apple/Kconfig

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,12 @@ config DRM_APPLE
33
tristate "DRM Support for Apple display controllers"
44
depends on DRM && OF && ARM64
55
depends on ARCH_APPLE || COMPILE_TEST
6+
depends on SND
67
select DRM_KMS_HELPER
78
select DRM_KMS_DMA_HELPER
89
select DRM_GEM_DMA_HELPER
910
select VIDEOMODE_HELPERS
1011
select MULTIPLEXER
12+
select SND_PCM
1113
help
1214
Say Y if you have an Apple Silicon chipset.

0 commit comments

Comments
 (0)