diff options
author | Jarkko Nikula <[email protected]> | 2010-12-01 11:01:20 +0200 |
---|---|---|
committer | Liam Girdwood <[email protected]> | 2010-12-02 11:42:30 +0000 |
commit | 0ffd22b694b739b3dc3f80bc93726b581e8e8af5 (patch) | |
tree | 9f3ad03d76d1d8a0cf35ba368711de6f9a64dc4a | |
parent | 39a545559f8d5f13e8a4a7dfddcaad0e2ba9bcfb (diff) |
ASoC: omap: N810: Don't select CONFIG_OMAP_MUX but make it as dependency
Not all omap boards use kernel based pin multiplexing so
CONFIG_SND_OMAP_SOC_N810 should not select it by default as it can make
harm to other boards in multi-board kernels.
Therefore put CONFIG_OMAP_MUX as a dependency to N810 ASoC machine driver.
Thanks to Tony Lindgren <[email protected]> for noticing.
Signed-off-by: Jarkko Nikula <[email protected]>
Cc: Tony Lindgren <[email protected]>
Acked-by: Mark Brown <[email protected]>
Acked-by: Tony Lindgren <[email protected]>
Signed-off-by: Liam Girdwood <[email protected]>
-rw-r--r-- | sound/soc/omap/Kconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sound/soc/omap/Kconfig b/sound/soc/omap/Kconfig index d542ea2ff6be..a088db6d5091 100644 --- a/sound/soc/omap/Kconfig +++ b/sound/soc/omap/Kconfig @@ -12,8 +12,8 @@ config SND_OMAP_SOC_MCPDM config SND_OMAP_SOC_N810 tristate "SoC Audio support for Nokia N810" depends on SND_OMAP_SOC && MACH_NOKIA_N810 && I2C + depends on OMAP_MUX select SND_OMAP_SOC_MCBSP - select OMAP_MUX select SND_SOC_TLV320AIC3X help Say Y if you want to add support for SoC audio on Nokia N810. |