Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 9b8ab6d7 authored by Baochu Xu's avatar Baochu Xu Committed by Xiao Li
Browse files

audio-kernel: enable kona audio driver

Enable kona audio driver for qrb5165.

Change-Id: Ibf791f264bd29462f464cbe42318433bb2b7e54b
parent 1d193527
Loading
Loading
Loading
Loading
+8 −0
Original line number Diff line number Diff line
@@ -37,6 +37,11 @@ obj-m += asoc/codecs/bolero/
obj-m += asoc/codecs/wcd937x/
endif

ifeq ($(TARGET_SUPPORT), qrb5165)
obj-m += asoc/codecs/bolero/
obj-m += asoc/codecs/wcd938x/
endif

ifeq ($(TARGET_SUPPORT), $(filter $(TARGET_SUPPORT), sa8155 sa8155ivi sa6155 sa8195 qtiquingvm))
obj-m := ipc/
obj-m += dsp/
@@ -49,6 +54,9 @@ endif
ifeq ($(TARGET_SUPPORT), $(filter $(TARGET_SUPPORT), sa6155))
KBUILD_OPTIONS += CONFIG_SND_SOC_SA6155=m
endif
ifeq ($(TARGET_SUPPORT), $(filter $(TARGET_SUPPORT), qrb5165))
KBUILD_OPTIONS += CONFIG_SND_SOC_KONA=m
endif
endif

all: