Skip to content

Commit 703148d

Browse files
committed
deepin: drm: smidrm: fix dependency in Kconfig
deepin inclusion category: bugfix Log: ERROR: modpost: "snd_ctl_add" [drivers/gpu/drm/smidrm/smifb.ko] undefined! ERROR: modpost: "snd_pcm_new" [drivers/gpu/drm/smidrm/smifb.ko] undefined! ERROR: modpost: "snd_card_register" [drivers/gpu/drm/smidrm/smifb.ko] undefined! ERROR: modpost: "snd_card_free" [drivers/gpu/drm/smidrm/smifb.ko] undefined! ERROR: modpost: "snd_pcm_lib_preallocate_pages_for_all" [drivers/gpu/drm/smidrm/smifb.ko] undefined! ERROR: modpost: "snd_ctl_new1" [drivers/gpu/drm/smidrm/smifb.ko] undefined! ERROR: modpost: "snd_card_new" [drivers/gpu/drm/smidrm/smifb.ko] undefined! ERROR: modpost: "snd_pcm_lib_malloc_pages" [drivers/gpu/drm/smidrm/smifb.ko] undefined! ERROR: modpost: "snd_pcm_lib_ioctl" [drivers/gpu/drm/smidrm/smifb.ko] undefined! ERROR: modpost: "snd_pcm_lib_free_pages" [drivers/gpu/drm/smidrm/smifb.ko] undefined! WARNING: modpost: suppressed 3 unresolved symbol warnings because there were too many) Signed-off-by: Wentao Guan <guanwentao@uniontech.com>
1 parent 983b44e commit 703148d

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

drivers/gpu/drm/smidrm/Kconfig

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
# SPDX-License-Identifier: GPL-2.0-only
22
config DRM_SMI
33
tristate "SiliconMotion SM750/SM768/SM770 DRM driver"
4-
depends on DRM && PCI && MMU
5-
select DRM_CLIENT_SELECTION
4+
depends on DRM && PCI && MMU && SND
5+
select DRM_CLIENT_SELECTION
66
select DRM_GEM_SHMEM_HELPER
77
select DRM_KMS_HELPER
88
select SND_PCM

0 commit comments

Comments
 (0)