diff options
author | Vinod Koul <vinod.koul@intel.com> | 2014-11-04 16:25:16 +0530 |
---|---|---|
committer | Mark Brown <broonie@kernel.org> | 2014-11-06 12:36:17 +0000 |
commit | f533a035e4da2fdd5e7b0100c84b62fd73ecd6c7 (patch) | |
tree | 8351954cf6e0364eac49546d10adb9fca8280958 /sound/soc/intel/Kconfig | |
parent | 29e1812d761183a6dd27c53d1259169e9e7ba4e2 (diff) | |
download | lwn-f533a035e4da2fdd5e7b0100c84b62fd73ecd6c7.tar.gz lwn-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/Kconfig | 6 |
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 |