blob: 8aeebb70a3df6a410c8d0f5bab1a1e50aac9a99e [file] [log] [blame]
Chris Metcalf37b82b52012-04-04 16:39:58 -04001# Support direct access to TILE-Gx hardware from user space, via the
2# gxio library, or from kernel space, via kernel IORPC support.
3config TILE_GXIO
4 bool
5 depends on TILEGX
Chris Metcalf63697982012-04-04 16:58:27 -04006
7# Support direct access to the common I/O DMA facility within the
8# TILE-Gx mPIPE and Trio hardware from kernel space.
9config TILE_GXIO_DMA
10 bool
11 select TILE_GXIO
Chris Metcalf4875f69f2012-04-06 16:38:03 -040012
13# Support direct access to the TILE-Gx mPIPE hardware from kernel space.
14config TILE_GXIO_MPIPE
15 bool
16 select TILE_GXIO
17 select TILE_GXIO_DMA