Skip to content
Snippets Groups Projects
Commit 19321c01 authored by Saurav Kumar's avatar Saurav Kumar
Browse files

ASoC: sdxpinn: Add support for new wkk kernel profile config

Add update to include new wkk kernel profile config on sdxpinn

Change-Id: I4cb33a794b81fc33c9957b46bf1738dcd54c97cb
parent 3a54731d
No related branches found
No related tags found
No related merge requests found
......@@ -8,7 +8,7 @@ KBUILD_OPTIONS += CONFIG_SND_SOC_AUTO=y
KBUILD_OPTIONS += CONFIG_SND_SOC_GVM=y
endif
ifeq ($(TARGET_SUPPORT), $(filter $(TARGET_SUPPORT), sdxpinn sdxpinn-cpe-wkk sdxbaagha))
ifeq ($(TARGET_SUPPORT), $(filter $(TARGET_SUPPORT), sdxpinn sdxpinn-cpe-wkk sdxbaagha sdxpinn-cpe-wkk-v1))
AUDIO_ROOT=$(KERNEL_SRC)/$(M)
UAPI_OUT=$(KERNEL_SRC)/$(M)
......@@ -30,6 +30,10 @@ ifeq ($(TARGET_SUPPORT), sdxpinn-cpe-wkk)
KBUILD_OPTIONS += CONFIG_ARCH_SDXPINN=y
endif
ifeq ($(TARGET_SUPPORT), sdxpinn-cpe-wkk-v1)
KBUILD_OPTIONS += CONFIG_ARCH_SDXPINN=y
endif
ifeq ($(TARGET_SUPPORT), sdxbaagha)
KBUILD_OPTIONS += CONFIG_ARCH_SDXBAAGHA=y
endif
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment