diff options
author | 2016-10-31 17:19:54 +0800 | |
---|---|---|
committer | 2016-10-31 09:45:51 -0600 | |
commit | 4774e27ab8206f4a959a8c9054f55545e2dff42c (patch) | |
tree | 91c685722aa3370eea7e0b37de5e4b5564088318 | |
parent | Linux 4.9-rc1 (diff) | |
download | linux-dev-4774e27ab8206f4a959a8c9054f55545e2dff42c.tar.xz linux-dev-4774e27ab8206f4a959a8c9054f55545e2dff42c.zip |
ASoC: rt286: remove unnecessary selection in Kconfig
SND_SOC_RT5663 is not required for SND_SOC_RT286.
Signed-off-by: Bard Liao <bardliao@realtek.com>
Signed-off-by: Mark Brown <broonie@kernel.org>
Diffstat (limited to '')
-rw-r--r-- | sound/soc/codecs/Kconfig | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/sound/soc/codecs/Kconfig b/sound/soc/codecs/Kconfig index c67667bb970f..22aaf63616a2 100644 --- a/sound/soc/codecs/Kconfig +++ b/sound/soc/codecs/Kconfig @@ -672,7 +672,6 @@ config SND_SOC_RL6347A config SND_SOC_RT286 tristate - select SND_SOC_RT5663 depends on I2C config SND_SOC_RT298 |