diff options
author | Mark Brown <broonie@kernel.org> | 2021-10-13 12:58:10 +0100 |
---|---|---|
committer | Mark Brown <broonie@kernel.org> | 2021-10-13 12:58:31 +0100 |
commit | 916f2ce39d48fc52a8ef1d82c62d7d42e2562603 (patch) | |
tree | 103421d6753d93beb088d10724cb6ff6f4e1196d /sound/soc/codecs/Kconfig | |
parent | c3de683c4d1d68ff27f21606b921d92ffdea3352 (diff) |
ASoC: rt9120: Drop rt9210 audio amplifier support
This drops the rt9210 support due to a race with a new version being
sent out for some incremental changes.
Signed-off-by: Mark Brown <broonie@kernel.org>
Diffstat (limited to 'sound/soc/codecs/Kconfig')
-rw-r--r-- | sound/soc/codecs/Kconfig | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/sound/soc/codecs/Kconfig b/sound/soc/codecs/Kconfig index b58fd2aebe91..75506bd8fc0d 100644 --- a/sound/soc/codecs/Kconfig +++ b/sound/soc/codecs/Kconfig @@ -191,7 +191,6 @@ config SND_SOC_ALL_CODECS imply SND_SOC_RT715_SDCA_SDW imply SND_SOC_RT1308_SDW imply SND_SOC_RT1316_SDW - imply SND_SOC_RT9120 imply SND_SOC_SDW_MOCKUP imply SND_SOC_SGTL5000 imply SND_SOC_SI476X @@ -1308,15 +1307,6 @@ config SND_SOC_RT715_SDCA_SDW select REGMAP_SOUNDWIRE select REGMAP_SOUNDWIRE_MBQ -config SND_SOC_RT9120 - tristate "Richtek RT9120 Stereo Class-D Amplifier" - depends on I2C - select REGMAP_I2C - select GPIOLIB - help - Enable support for Richtek RT9120 20W, stereo, inductor-less, - high-efficiency Class-D audio amplifier. - config SND_SOC_SDW_MOCKUP tristate "SoundWire mockup codec" depends on EXPERT |