linux-arm-kernel.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 4/4] ASoC: samsung: remove outdated Kconfig references
@ 2015-01-19 10:43 Paul Bolle
  2015-02-06 23:54 ` Mark Brown
  0 siblings, 1 reply; 2+ messages in thread
From: Paul Bolle @ 2015-01-19 10:43 UTC (permalink / raw)
  To: linux-arm-kernel

The Kconfig symbols MACH_SMDKC110 and MACH_SMDKV210 were removed in
v3.17. But the Kconfig entries for SND_SOC_SAMSUNG_SMDK_WM8580 and
SND_SOC_SAMSUNG_SMDK_WM9713 still reference them.

Perhaps these references to those removed symbols should be changed into
references to an existing symbol (such as MACH_S5PV210_DT). But
apparently no one noticed that these references were pointless ever
since v3.17. So it seems they can simply be removed. Let's do that now.

Signed-off-by: Paul Bolle <pebolle@tiscali.nl>
---
 sound/soc/samsung/Kconfig | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/sound/soc/samsung/Kconfig b/sound/soc/samsung/Kconfig
index 5f983d064920..01980bb2c6e7 100644
--- a/sound/soc/samsung/Kconfig
+++ b/sound/soc/samsung/Kconfig
@@ -53,7 +53,7 @@ config SND_SOC_SAMSUNG_JIVE_WM8750
 
 config SND_SOC_SAMSUNG_SMDK_WM8580
 	tristate "SoC I2S Audio support for WM8580 on SMDK"
-	depends on SND_SOC_SAMSUNG && (MACH_SMDK6410 || MACH_SMDKV210 || MACH_SMDKC110)
+	depends on SND_SOC_SAMSUNG && MACH_SMDK6410
 	depends on REGMAP_I2C
 	select SND_SOC_WM8580
 	select SND_SAMSUNG_I2S
@@ -134,7 +134,7 @@ config SND_SOC_SAMSUNG_RX1950_UDA1380
 
 config SND_SOC_SAMSUNG_SMDK_WM9713
 	tristate "SoC AC97 Audio support for SMDK with WM9713"
-	depends on SND_SOC_SAMSUNG && (MACH_SMDK6410 || MACH_SMDKV210 || MACH_SMDKC110)
+	depends on SND_SOC_SAMSUNG && MACH_SMDK6410
 	select SND_SOC_WM9713
 	select SND_SAMSUNG_AC97
 	help
-- 
1.9.3

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

* [PATCH 4/4] ASoC: samsung: remove outdated Kconfig references
  2015-01-19 10:43 [PATCH 4/4] ASoC: samsung: remove outdated Kconfig references Paul Bolle
@ 2015-02-06 23:54 ` Mark Brown
  0 siblings, 0 replies; 2+ messages in thread
From: Mark Brown @ 2015-02-06 23:54 UTC (permalink / raw)
  To: linux-arm-kernel

On Mon, Jan 19, 2015 at 11:43:02AM +0100, Paul Bolle wrote:
> The Kconfig symbols MACH_SMDKC110 and MACH_SMDKV210 were removed in
> v3.17. But the Kconfig entries for SND_SOC_SAMSUNG_SMDK_WM8580 and
> SND_SOC_SAMSUNG_SMDK_WM9713 still reference them.

This doesn't apply against current code.
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 473 bytes
Desc: Digital signature
URL: <http://lists.infradead.org/pipermail/linux-arm-kernel/attachments/20150207/54eb72f6/attachment.sig>

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

end of thread, other threads:[~2015-02-06 23:54 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-01-19 10:43 [PATCH 4/4] ASoC: samsung: remove outdated Kconfig references Paul Bolle
2015-02-06 23:54 ` Mark Brown

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).