diff options
| author | Bard Liao <bardliao@realtek.com> | 2014-10-02 21:55:07 -0400 |
|---|---|---|
| committer | Mark Brown <broonie@kernel.org> | 2014-10-03 05:35:23 -0400 |
| commit | a577483b6906b3d7aba9cc07e383682fc9b65318 (patch) | |
| tree | 5864f05468020e8098bc7c616a05b4e6acf4f5f9 | |
| parent | 81f3dfe1908011ee12760ce4d75451e7446dff80 (diff) | |
ASoC: rt286: Add depends on I2C
rt286 use I2C as its I/O. So the driver can only available when
I2C is selected.
Signed-off-by: Bard Liao <bardliao@realtek.com>
Signed-off-by: Mark Brown <broonie@kernel.org>
| -rw-r--r-- | sound/soc/codecs/Kconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sound/soc/codecs/Kconfig b/sound/soc/codecs/Kconfig index 8838838e25ed..00ae24bab712 100644 --- a/sound/soc/codecs/Kconfig +++ b/sound/soc/codecs/Kconfig | |||
| @@ -464,6 +464,7 @@ config SND_SOC_RL6231 | |||
| 464 | 464 | ||
| 465 | config SND_SOC_RT286 | 465 | config SND_SOC_RT286 |
| 466 | tristate | 466 | tristate |
| 467 | depends on I2C | ||
| 467 | 468 | ||
| 468 | config SND_SOC_RT5631 | 469 | config SND_SOC_RT5631 |
| 469 | tristate | 470 | tristate |
