Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 313783
b: refs/heads/master
c: 4875f69
h: refs/heads/master
i:
  313781: 17f6f16
  313779: d5fed9f
  313775: 29a5d27
v: v3
  • Loading branch information
Chris Metcalf committed Jul 11, 2012
1 parent e2bdfa7 commit 0c77231
Show file tree
Hide file tree
Showing 15 changed files with 4,659 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 6369798037c0e915fc3e3844083f2aeecb924c9d
refs/heads/master: 4875f69fecab08654972d6fb0d71ee2109d2538c
6 changes: 6 additions & 0 deletions trunk/arch/tile/gxio/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -9,3 +9,9 @@ config TILE_GXIO
config TILE_GXIO_DMA
bool
select TILE_GXIO

# Support direct access to the TILE-Gx mPIPE hardware from kernel space.
config TILE_GXIO_MPIPE
bool
select TILE_GXIO
select TILE_GXIO_DMA
1 change: 1 addition & 0 deletions trunk/arch/tile/gxio/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -4,3 +4,4 @@

obj-$(CONFIG_TILE_GXIO) += iorpc_globals.o kiorpc.o
obj-$(CONFIG_TILE_GXIO_DMA) += dma_queue.o
obj-$(CONFIG_TILE_GXIO_MPIPE) += mpipe.o iorpc_mpipe.o iorpc_mpipe_info.o
Loading

0 comments on commit 0c77231

Please sign in to comment.