On Thu, Feb 05, 2015 at 12:53:44PM -0800, Kenneth Westfield wrote:
+config SND_SOC_IPQ806X
+ tristate "SoC Audio support for IPQ806x based platforms"
+ depends on SND_SOC_QCOM || ARCH_QCOM || COMPILE_TEST
+ select SND_SIMPLE_CARD
+ select SND_SOC_LPASS_CPU
+ select SND_SOC_LPASS_PLATFORM
+ select SND_SOC_MAX98357A
No, we don't have blocks like this selecting simple-card for any other
platforms using simple-card so we shouldn't do that here either. Just
let all the drivers be individually selectable.
You've also got a mix of tabs and spaces going on.