]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
dmaengine: Kconfig: Extend the dependency for MXS_DMA
authorFabio Estevam <fabio.estevam@nxp.com>
Thu, 8 Jun 2017 22:46:23 +0000 (19:46 -0300)
committerVinod Koul <vinod.koul@intel.com>
Thu, 15 Jun 2017 04:18:42 +0000 (09:48 +0530)
commitd762e4f35601239cbebfbfd43d99876d8f220927
tree2e3a3a2ef8333b7c4c0886e8347912811d35a23a
parent4aff2f9355a0b4480e56b7e349fec69f17e45eb9
dmaengine: Kconfig: Extend the dependency for MXS_DMA

Currently it is not possible to select the mxs dma driver when only
mx6sx or mx7 are selected.

Extend the dependency to allow the mxs dma driver to be built whenever
ARCH_MXS or ARCH_MXC is selected.

This has the benefit to avoid having to add new entries in the
MXS_DMA Kconfig everytime a new i.MX SoC shows up and it also makes
it consistent with the other i.MX DMA engines, such as IMX_DMA and
IMX_SDMA.

While at it, also pass COMPILE_TEST for increasing the build coverage.

Acked-by: Stefan Agner <stefan@agner.ch>
Signed-off-by: Fabio Estevam <fabio.estevam@nxp.com>
Signed-off-by: Vinod Koul <vinod.koul@intel.com>
drivers/dma/Kconfig