ASoC: kirkwood: Remove ARCH_KIRKWOOD dependency
authorAndrew Lunn <andrew@lunn.ch>
Thu, 10 Jul 2014 21:36:24 +0000 (23:36 +0200)
committerMark Brown <broonie@linaro.org>
Tue, 29 Jul 2014 19:35:23 +0000 (20:35 +0100)
mach-kirkwood has been removed, now that kirkwood lives in
mach-mvebu. Remove ARCH_KIRKWOOD since ARCH_MVEBU is sufficient.

Signed-off-by: Andrew Lunn <andrew@lunn.ch>
Acked-by: Jason Cooper <jason@lakedaemon.net>
Signed-off-by: Mark Brown <broonie@linaro.org>
sound/soc/kirkwood/Kconfig

index 1f7c7ee3527adb8fff392cf8131d9b6a08e9f9fe..132bb83f8e99aff300e13dc636dc41966d2b2dfb 100644 (file)
@@ -1,6 +1,6 @@
 config SND_KIRKWOOD_SOC
        tristate "SoC Audio for the Marvell Kirkwood and Dove chips"
-       depends on ARCH_KIRKWOOD || ARCH_DOVE || ARCH_MVEBU || MACH_KIRKWOOD || COMPILE_TEST
+       depends on ARCH_DOVE || ARCH_MVEBU || COMPILE_TEST
        help
          Say Y or M if you want to add support for codecs attached to
          the Kirkwood I2S interface. You will also need to select the
This page took 0.029963 seconds and 5 git commands to generate.