diff options
author | Sameer Pujar <[email protected]> | 2021-01-29 23:57:41 +0530 |
---|---|---|
committer | Mark Brown <[email protected]> | 2021-02-01 13:19:44 +0000 |
commit | 563c2681d4313f55b9b1d9a8f635946cd4972170 (patch) | |
tree | 164575aca21e01f9742ecea14930d324c1cbe870 | |
parent | 531e5b7abbde3c190aeff5b13c17f7ef3e0f3543 (diff) |
ASoC: rt5659: Add Kconfig prompt
Add tristate prompt to allow codec selection.
Cc: Oder Chiou <[email protected]>
Cc: Bard Liao <[email protected]>
Signed-off-by: Sameer Pujar <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
Signed-off-by: Mark Brown <[email protected]>
-rw-r--r-- | sound/soc/codecs/Kconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sound/soc/codecs/Kconfig b/sound/soc/codecs/Kconfig index 9bf6bfdaf11e..df34b3b3bb14 100644 --- a/sound/soc/codecs/Kconfig +++ b/sound/soc/codecs/Kconfig @@ -1162,7 +1162,7 @@ config SND_SOC_RT5651 depends on I2C config SND_SOC_RT5659 - tristate + tristate "Realtek RT5658/RT5659 Codec" depends on I2C config SND_SOC_RT5660 |