linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 1/3] MIPS: jz4780: Allow access to jz4740-i2s
@ 2018-06-06 19:38 Mathieu Malaterre
  2018-06-06 19:38 ` [PATCH 2/3] MIPS: Ci20: Enable SND_JZ4740_SOC driver Mathieu Malaterre
                   ` (2 more replies)
  0 siblings, 3 replies; 9+ messages in thread
From: Mathieu Malaterre @ 2018-06-06 19:38 UTC (permalink / raw)
  To: James Hogan
  Cc: Mathieu Malaterre, Rob Herring, Mark Rutland, Ralf Baechle,
	Liam Girdwood, Mark Brown, Jaroslav Kysela, Takashi Iwai,
	devicetree, linux-mips, linux-kernel, alsa-devel

Make it possible to select SND_JZ4740_SOC_I2S on MACH_JZ4780

Signed-off-by: Mathieu Malaterre <malat@debian.org>
---
 sound/soc/jz4740/Kconfig | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

diff --git a/sound/soc/jz4740/Kconfig b/sound/soc/jz4740/Kconfig
index 1a354a6b6e87..35d82d96e781 100644
--- a/sound/soc/jz4740/Kconfig
+++ b/sound/soc/jz4740/Kconfig
@@ -1,20 +1,20 @@
 config SND_JZ4740_SOC
-	tristate "SoC Audio for Ingenic JZ4740 SoC"
-	depends on MACH_JZ4740 || COMPILE_TEST
+	tristate "SoC Audio for Ingenic JZ4740/JZ4780 SoC"
+	depends on MACH_JZ4740 || MACH_JZ4780 || COMPILE_TEST
 	select SND_SOC_GENERIC_DMAENGINE_PCM
 	help
 	  Say Y or M if you want to add support for codecs attached to
-	  the JZ4740 I2S interface. You will also need to select the audio
+	  the JZ4740/JZ4780 I2S interface. You will also need to select the audio
 	  interfaces to support below.
 
 if SND_JZ4740_SOC
 
 config SND_JZ4740_SOC_I2S
-	tristate "SoC Audio (I2S protocol) for Ingenic JZ4740 SoC"
+	tristate "SoC Audio (I2S protocol) for Ingenic JZ4740/JZ4780 SoC"
 	depends on HAS_IOMEM
 	help
 	  Say Y if you want to use I2S protocol and I2S codec on Ingenic JZ4740
-	  based boards.
+	  or JZ4780 based boards.
 
 config SND_JZ4740_SOC_QI_LB60
 	tristate "SoC Audio support for Qi LB60"
-- 
2.11.0

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

end of thread, other threads:[~2018-10-17 20:28 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-06-06 19:38 [PATCH 1/3] MIPS: jz4780: Allow access to jz4740-i2s Mathieu Malaterre
2018-06-06 19:38 ` [PATCH 2/3] MIPS: Ci20: Enable SND_JZ4740_SOC driver Mathieu Malaterre
2018-10-17 20:28   ` Mathieu Malaterre
2018-06-06 19:38 ` [PATCH 3/3] MIPS: jz4780: DTS: Probe the jz4740-i2s driver from devicetree Mathieu Malaterre
2018-07-24 20:47 ` [PATCH 1/3] MIPS: jz4780: Allow access to jz4740-i2s Paul Burton
2018-08-31 20:37   ` Paul Burton
2018-08-31 20:58     ` Paul Burton
2018-09-03  6:15       ` Mathieu Malaterre
2018-10-17 20:26         ` Mathieu Malaterre

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).