Kenneth Westfield | f380dd3 | 2015-03-13 01:01:06 -0700 | [diff] [blame] | 1 | config SND_SOC_QCOM |
| 2 | tristate "ASoC support for QCOM platforms" |
| 3 | help |
| 4 | Say Y or M if you want to add support to use audio devices |
| 5 | in Qualcomm Technologies SOC-based platforms. |
| 6 | |
| 7 | config SND_SOC_LPASS_CPU |
| 8 | tristate |
| 9 | depends on SND_SOC_QCOM |
| 10 | select REGMAP_MMIO |
| 11 | |
| 12 | config SND_SOC_LPASS_PLATFORM |
| 13 | tristate |
| 14 | depends on SND_SOC_QCOM |
| 15 | select REGMAP_MMIO |
| 16 | |
| 17 | config SND_SOC_STORM |
| 18 | tristate "ASoC I2S support for Storm boards" |
| 19 | depends on (ARCH_QCOM && SND_SOC_QCOM) || COMPILE_TEST |
| 20 | select SND_SOC_LPASS_CPU |
| 21 | select SND_SOC_LPASS_PLATFORM |
| 22 | select SND_SOC_MAX98357A |
| 23 | help |
| 24 | Say Y or M if you want add support for SoC audio on the |
| 25 | Qualcomm Technologies IPQ806X-based Storm board. |