mirror of
https://github.com/torvalds/linux.git
synced 2024-11-22 12:11:40 +00:00
ASoC: max98090: make it selectable
There is no way to select max98090 from menuconfig right now. Add a Kconfig menu description to allow building the driver standalone. It will allow this codec to be used by any other I2S master without adding extra sound card entry in Kconfig. Signed-off-by: Maxim Kochetkov <fido_max@inbox.ru> Link: https://lore.kernel.org/r/20230421211950.20972-1-fido_max@inbox.ru Signed-off-by: Mark Brown <broonie@kernel.org>
This commit is contained in:
parent
dc801ea8ae
commit
9e868ca1f2
@ -1090,7 +1090,7 @@ config SND_SOC_MAX98088
|
||||
depends on I2C
|
||||
|
||||
config SND_SOC_MAX98090
|
||||
tristate
|
||||
tristate "Maxim MAX98090 CODEC"
|
||||
depends on I2C
|
||||
|
||||
config SND_SOC_MAX98095
|
||||
|
Loading…
Reference in New Issue
Block a user