diff options
author | Mark Brown <broonie@opensource.wolfsonmicro.com> | 2009-07-29 16:21:49 -0400 |
---|---|---|
committer | Mark Brown <broonie@opensource.wolfsonmicro.com> | 2009-08-13 17:19:31 -0400 |
commit | a2342ae325bb1f65d90a9f38baab4c9762018a5e (patch) | |
tree | d1e7e4a45421ff9b16ef2e1059568305b79fa420 /sound/soc/codecs/Kconfig | |
parent | e9ade7f933d629698cbe5f09f1e5511269180fea (diff) |
ASoC: Factor out shared code from WM8993
The WM8993 analogue control is shared with other devices in the same
product line. Since this is a very substantial proportion of the
driver move the definitions of these controls into a new wm_hubs module
which allows them to be shared between the two.
Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com>
Diffstat (limited to 'sound/soc/codecs/Kconfig')
-rw-r--r-- | sound/soc/codecs/Kconfig | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/sound/soc/codecs/Kconfig b/sound/soc/codecs/Kconfig index dd9b2956ebc7..910b9162cbbb 100644 --- a/sound/soc/codecs/Kconfig +++ b/sound/soc/codecs/Kconfig | |||
@@ -64,6 +64,10 @@ config SND_SOC_ALL_CODECS | |||
64 | 64 | ||
65 | If unsure select "N". | 65 | If unsure select "N". |
66 | 66 | ||
67 | config SND_SOC_WM_HUBS | ||
68 | tristate | ||
69 | default y if SND_SOC_WM8993=y | ||
70 | default m if SND_SOC_WM8993=m | ||
67 | 71 | ||
68 | config SND_SOC_AC97_CODEC | 72 | config SND_SOC_AC97_CODEC |
69 | tristate | 73 | tristate |