mirror of
https://github.com/hardkernel/kernel_common_drivers.git
synced 2026-06-25 12:03:48 +09:00
daefdc103d
PD#SWPL-72014 Problem: porting audio driver from kernel5.10 Solution: porting audio driver from kernel5.10 Verify: s4d and C2 AF400 Signed-off-by: wanwei.jiang <wanwei.jiang@amlogic.com> Change-Id: Ie69c274441619925df30ec20f85ae2b36e74bc6e
10 lines
158 B
Plaintext
10 lines
158 B
Plaintext
# SPDX-License-Identifier: (GPL-2.0+ OR MIT)
|
|
|
|
if SOUND
|
|
if !UML
|
|
if SND
|
|
source "$(COMMON_DRIVERS_DIR)/sound/soc/Kconfig"
|
|
endif # SND
|
|
endif # !UML
|
|
endif # SOUND
|