public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH] ASoC: codecs-ac97: make selectable in config
@ 2015-05-09 22:12 Maciej S. Szmigiero
  2015-05-12 17:58 ` Mark Brown
  2015-05-22 12:41 ` Mark Brown
  0 siblings, 2 replies; 11+ messages in thread
From: Maciej S. Szmigiero @ 2015-05-09 22:12 UTC (permalink / raw)
  To: alsa-devel
  Cc: Liam Girdwood, Mark Brown, Jaroslav Kysela, Takashi Iwai,
	Lars-Peter Clausen, Brian Austin, Bard Liao, Oder Chiou,
	Wolfram Sang, linux-kernel, Fabio Estevam

Make generic ASoC AC'97 CODEC selectable in config.

This way this driver can be used for platforms which don't need
specialized AC'97 CODEC drivers but which are not directly
selectable in config themselves (for example DT based ones).

Signed-off-by: Maciej Szmigiero <mail@maciej.szmigiero.name>

--- a/sound/soc/codecs/Kconfig
+++ b/sound/soc/codecs/Kconfig
@@ -16,7 +16,7 @@ config SND_SOC_ALL_CODECS
 	select SND_SOC_88PM860X if MFD_88PM860X
 	select SND_SOC_L3
 	select SND_SOC_AB8500_CODEC if ABX500_CORE
-	select SND_SOC_AC97_CODEC if SND_SOC_AC97_BUS
+	select SND_SOC_AC97_CODEC
 	select SND_SOC_AD1836 if SPI_MASTER
 	select SND_SOC_AD193X_SPI if SPI_MASTER
 	select SND_SOC_AD193X_I2C if I2C
@@ -212,8 +212,9 @@ config SND_SOC_AB8500_CODEC
 	tristate
 
 config SND_SOC_AC97_CODEC
-	tristate
+	tristate "Build generic ASoC AC97 CODEC driver"
 	select SND_AC97_CODEC
+	select SND_SOC_AC97_BUS
 
 config SND_SOC_AD1836
 	tristate


^ permalink raw reply	[flat|nested] 11+ messages in thread

end of thread, other threads:[~2015-05-22 13:06 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-05-09 22:12 [PATCH] ASoC: codecs-ac97: make selectable in config Maciej S. Szmigiero
2015-05-12 17:58 ` Mark Brown
2015-05-13 20:57   ` Maciej S. Szmigiero
2015-05-14 17:53     ` Mark Brown
2015-05-14 18:46       ` Lars-Peter Clausen
2015-05-14 19:10         ` Mark Brown
2015-05-14 19:24           ` Lars-Peter Clausen
2015-05-14 19:28             ` Mark Brown
2015-05-14 19:38               ` Lars-Peter Clausen
2015-05-14 19:43                 ` Mark Brown
2015-05-22 12:41 ` Mark Brown

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox