2015-03-13 16:01:06 +08:00
|
|
|
config SND_SOC_QCOM
|
|
|
|
tristate "ASoC support for QCOM platforms"
|
|
|
|
help
|
|
|
|
Say Y or M if you want to add support to use audio devices
|
|
|
|
in Qualcomm Technologies SOC-based platforms.
|
|
|
|
|
|
|
|
config SND_SOC_LPASS_CPU
|
|
|
|
tristate
|
|
|
|
select REGMAP_MMIO
|
|
|
|
|
|
|
|
config SND_SOC_LPASS_PLATFORM
|
|
|
|
tristate
|
|
|
|
select REGMAP_MMIO
|
|
|
|
|
2015-05-16 20:32:17 +08:00
|
|
|
config SND_SOC_LPASS_IPQ806X
|
|
|
|
tristate
|
|
|
|
depends on SND_SOC_QCOM
|
|
|
|
select SND_SOC_LPASS_CPU
|
|
|
|
select SND_SOC_LPASS_PLATFORM
|
|
|
|
|
2015-05-22 23:53:52 +08:00
|
|
|
config SND_SOC_LPASS_APQ8016
|
|
|
|
tristate
|
|
|
|
depends on SND_SOC_QCOM
|
|
|
|
select SND_SOC_LPASS_CPU
|
|
|
|
select SND_SOC_LPASS_PLATFORM
|
|
|
|
|
2015-03-13 16:01:06 +08:00
|
|
|
config SND_SOC_STORM
|
|
|
|
tristate "ASoC I2S support for Storm boards"
|
2015-05-22 23:54:17 +08:00
|
|
|
depends on SND_SOC_QCOM && (ARCH_QCOM || COMPILE_TEST)
|
2015-05-16 20:32:17 +08:00
|
|
|
select SND_SOC_LPASS_IPQ806X
|
2015-03-13 16:01:06 +08:00
|
|
|
select SND_SOC_MAX98357A
|
|
|
|
help
|
|
|
|
Say Y or M if you want add support for SoC audio on the
|
|
|
|
Qualcomm Technologies IPQ806X-based Storm board.
|