summaryrefslogtreecommitdiff
path: root/dsp
diff options
context:
space:
mode:
Diffstat (limited to 'dsp')
-rw-r--r--dsp/Kbuild5
1 files changed, 5 insertions, 0 deletions
diff --git a/dsp/Kbuild b/dsp/Kbuild
index 417e92f9..8f76055e 100644
--- a/dsp/Kbuild
+++ b/dsp/Kbuild
@@ -30,6 +30,11 @@ ifeq ($(CONFIG_SND_SOC_AUTO), y)
export
INCS += -include $(AUDIO_ROOT)/config/sa6155autoconf.h
endif
+ ifdef CONFIG_SND_SOC_SA8255
+ include $(AUDIO_ROOT)/config/sa8255auto.conf
+ export
+ INCS += -include $(AUDIO_ROOT)/config/sa8255autoconf.h
+ endif
else
ifeq ($(KERNEL_BUILD), 0)
ifeq ($(CONFIG_ARCH_SM6150), y)