Skip to content

Commit

Permalink
dmaengine: Kconfig: fix Atmel at_hdmac entry
Browse files Browse the repository at this point in the history
Remove SoC dependency and make it generic for every Atmel ARM AT91. That will
allow to select this driver for newer chips. Keep dependency on AT91 because of
the use of an header file located in include/mach directory.
Modify the comment to reflect this.

Signed-off-by: Nicolas Ferre <nicolas.ferre@atmel.com>
Acked-by: Vinod Koul <vinod.koul@linux.intel.com>
  • Loading branch information
Nicolas Ferre committed Apr 17, 2012
1 parent 7075602 commit f898fed
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions drivers/dma/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -91,11 +91,10 @@ config DW_DMAC

config AT_HDMAC
tristate "Atmel AHB DMA support"
depends on ARCH_AT91SAM9RL || ARCH_AT91SAM9G45
depends on ARCH_AT91
select DMA_ENGINE
help
Support the Atmel AHB DMA controller. This can be integrated in
chips such as the Atmel AT91SAM9RL.
Support the Atmel AHB DMA controller.

config FSL_DMA
tristate "Freescale Elo and Elo Plus DMA support"
Expand Down

0 comments on commit f898fed

Please sign in to comment.