Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 358553
b: refs/heads/master
c: 5fa422c
h: refs/heads/master
i:
  358551: 2d7bd23
v: v3
  • Loading branch information
Vinod Koul committed Feb 13, 2013
1 parent 3332758 commit 8aaf2d5
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 2 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 4dec23d7718e6f1f5e1773698d112025169e7d49
refs/heads/master: 5fa422c922c2599dbfd960faf6dfca2411cc3f99
4 changes: 4 additions & 0 deletions trunk/drivers/dma/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -325,6 +325,10 @@ config DMA_ENGINE
config DMA_VIRTUAL_CHANNELS
tristate

config DMA_OF
def_bool y
depends on OF

comment "DMA Clients"
depends on DMA_ENGINE

Expand Down
2 changes: 2 additions & 0 deletions trunk/drivers/dma/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@ ccflags-$(CONFIG_DMADEVICES_VDEBUG) += -DVERBOSE_DEBUG

obj-$(CONFIG_DMA_ENGINE) += dmaengine.o
obj-$(CONFIG_DMA_VIRTUAL_CHANNELS) += virt-dma.o
obj-$(CONFIG_DMA_OF) += of-dma.o

obj-$(CONFIG_NET_DMA) += iovlock.o
obj-$(CONFIG_INTEL_MID_DMAC) += intel_mid_dma.o
obj-$(CONFIG_DMATEST) += dmatest.o
Expand Down
File renamed without changes.
2 changes: 1 addition & 1 deletion trunk/drivers/of/Makefile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
obj-y = base.o dma.o
obj-y = base.o
obj-$(CONFIG_OF_FLATTREE) += fdt.o
obj-$(CONFIG_OF_PROMTREE) += pdt.o
obj-$(CONFIG_OF_ADDRESS) += address.o
Expand Down

0 comments on commit 8aaf2d5

Please sign in to comment.