[PATCH 2/5] dma i.MX: remove individual SOC dependency
From: s.hauer@pengutronix.de (Sascha Hauer)
Date: 2011-11-08 15:22:39
Vinod, Ping. Can you please queue this one? Thanks Sascha On Wed, Aug 24, 2011 at 08:41:09AM +0200, Sascha Hauer wrote:
quoted hunk ↗ jump to hunk
The individual SoC dependency in Kconfig hardly scales anymore. Instead of having such a fine grained dependency just depend on ARCH_MXC and risk that the uninformed user has to look in the help text to figure out which driver is the correct one. Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de> Cc: Vinod Koul <redacted> --- drivers/dma/Kconfig | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-)diff --git a/drivers/dma/Kconfig b/drivers/dma/Kconfig index 2e3b3d3..eda9e34 100644 --- a/drivers/dma/Kconfig +++ b/drivers/dma/Kconfig@@ -124,7 +124,7 @@ config MV_XOR config MX3_IPU bool "MX3x Image Processing Unit support" - depends on ARCH_MX3 + depends on ARCH_MXC select DMA_ENGINE default y help@@ -215,11 +215,11 @@ config PCH_DMA config IMX_SDMA tristate "i.MX SDMA support" - depends on ARCH_MX25 || ARCH_MX3 || ARCH_MX5 + depends on ARCH_MXC select DMA_ENGINE help Support the i.MX SDMA engine. This engine is integrated into - Freescale i.MX25/31/35/51 chips. + Freescale i.MX25/31/35/51/53 chips. config IMX_DMA tristate "i.MX DMA support"-- 1.7.5.4 _______________________________________________ linux-arm-kernel mailing list linux-arm-kernel at lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-arm-kernel
-- Pengutronix e.K. | | Industrial Linux Solutions | http://www.pengutronix.de/ | Peiner Str. 6-8, 31137 Hildesheim, Germany | Phone: +49-5121-206917-0 | Amtsgericht Hildesheim, HRA 2686 | Fax: +49-5121-206917-5555 |