diff options
author | Jean Delvare <jdelvare@suse.de> | 2015-04-26 06:52:02 -0400 |
---|---|---|
committer | Vinod Koul <vinod.koul@intel.com> | 2015-04-26 23:06:02 -0400 |
commit | 801661467fd50832191c81665d061ffabcc1c5de (patch) | |
tree | 039cc5f53146918e2c072c3e83ea18601a4231d2 /drivers/dma/Kconfig | |
parent | 8ad31bf45db1c4a8f400cbc10400ce9fc0bed227 (diff) |
dmaengine: xgene: Set hardware dependency
The xgene-dma driver is only useful on X-Gene SoC.
Signed-off-by: Jean Delvare <jdelvare@suse.de>
Cc: Rameshwar Prasad Sahu <rsahu@apm.com>
Cc: Loc Ho <lho@apm.com>
Cc: Vinod Koul <vinod.koul@intel.com>
Signed-off-by: Vinod Koul <vinod.koul@intel.com>
Diffstat (limited to 'drivers/dma/Kconfig')
-rw-r--r-- | drivers/dma/Kconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/dma/Kconfig b/drivers/dma/Kconfig index fd7ac13f2574..bda2cb06dc7a 100644 --- a/drivers/dma/Kconfig +++ b/drivers/dma/Kconfig | |||
@@ -437,6 +437,7 @@ config IMG_MDC_DMA | |||
437 | 437 | ||
438 | config XGENE_DMA | 438 | config XGENE_DMA |
439 | tristate "APM X-Gene DMA support" | 439 | tristate "APM X-Gene DMA support" |
440 | depends on ARCH_XGENE || COMPILE_TEST | ||
440 | select DMA_ENGINE | 441 | select DMA_ENGINE |
441 | select DMA_ENGINE_RAID | 442 | select DMA_ENGINE_RAID |
442 | select ASYNC_TX_ENABLE_CHANNEL_SWITCH | 443 | select ASYNC_TX_ENABLE_CHANNEL_SWITCH |