aboutsummaryrefslogtreecommitdiffstats
path: root/sound/soc/intel/Kconfig
diff options
context:
space:
mode:
authorVinod Koul <vinod.koul@intel.com>2014-11-04 16:25:16 +0530
committerMark Brown <broonie@kernel.org>2014-11-06 12:36:17 +0000
commitf533a035e4da2fdd5e7b0100c84b62fd73ecd6c7 (patch)
tree8351954cf6e0364eac49546d10adb9fca8280958 /sound/soc/intel/Kconfig
parentASoC: Intel: mrfld - remove unnecessary check for pointer (diff)
downloadlinux-dev-f533a035e4da2fdd5e7b0100c84b62fd73ecd6c7.tar.xz
linux-dev-f533a035e4da2fdd5e7b0100c84b62fd73ecd6c7.zip
ASoC: Intel: mrfld - create separate module for pci part
Now the SST_IPC will support both ACPI and PCI, separate into core module and PCI module. This also move probe function into PCI module and exports the required symbols from core module Signed-off-by: Subhransu S. Prusty <subhransu.s.prusty@intel.com> Signed-off-by: Vinod Koul <vinod.koul@intel.com> Signed-off-by: Mark Brown <broonie@kernel.org>
Diffstat (limited to 'sound/soc/intel/Kconfig')
-rw-r--r--sound/soc/intel/Kconfig6
1 files changed, 5 insertions, 1 deletions
diff --git a/sound/soc/intel/Kconfig b/sound/soc/intel/Kconfig
index ae7f87221a3c..c963a5d34111 100644
--- a/sound/soc/intel/Kconfig
+++ b/sound/soc/intel/Kconfig
@@ -3,7 +3,7 @@ config SND_MFLD_MACHINE
depends on INTEL_SCU_IPC
select SND_SOC_SN95031
select SND_SST_MFLD_PLATFORM
- select SND_SST_IPC
+ select SND_SST_IPC_PCI
help
This adds support for ASoC machine driver for Intel(R) MID Medfield platform
used as alsa device in audio substem in Intel(R) MID devices
@@ -16,6 +16,10 @@ config SND_SST_MFLD_PLATFORM
config SND_SST_IPC
tristate
+config SND_SST_IPC_PCI
+ tristate
+ select SND_SST_IPC
+
config SND_SOC_INTEL_SST
tristate "ASoC support for Intel(R) Smart Sound Technology"
select SND_SOC_INTEL_SST_ACPI if ACPI