ASoC: samsung: Remove non-existing MACH dependencies
MACH_SMDKC100 was removed in commitb8529ec1c1
("ARM: S5PC100: no more support S5PC100 SoC"). MACH_SMDKV210 and MACH_SMDKC110 in commit28c8331d38
("ARM: S5PV210: Remove support for board files"). Signed-off-by: Krzysztof Kozlowski <krzk@kernel.org> Signed-off-by: Mark Brown <broonie@kernel.org>
This commit is contained in:
parent
f174c1db90
commit
f8cbab42d9
|
@ -49,7 +49,7 @@ config SND_SOC_SAMSUNG_JIVE_WM8750
|
|||
|
||||
config SND_SOC_SAMSUNG_SMDK_WM8580
|
||||
tristate "SoC I2S Audio support for WM8580 on SMDK"
|
||||
depends on MACH_SMDK6410 || MACH_SMDKC100 || MACH_SMDKV210 || MACH_SMDKC110
|
||||
depends on MACH_SMDK6410
|
||||
depends on I2C
|
||||
select SND_SOC_WM8580
|
||||
select SND_SAMSUNG_I2S
|
||||
|
|
Loading…
Reference in New Issue