blob: d4e10d58071b8fbf021cf2d45e93f3ff95b05496 [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 Metcalf4875f692012-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
Chris Metcalfbce5bbb2012-04-07 16:53:03 -040018
19# Support direct access to the TILE-Gx TRIO hardware from kernel space.
20config TILE_GXIO_TRIO
21 bool
22 select TILE_GXIO
23 select TILE_GXIO_DMA
Chris Metcalfd1cc1732012-05-09 12:25:02 -040024
25# Support direct access to the TILE-Gx USB hardware from kernel space.
26config TILE_GXIO_USB_HOST
27 bool
28 select TILE_GXIO
Chris Metcalf6ec006e2013-08-12 14:09:28 -040029
30# Support direct access to the TILE-Gx UART hardware from kernel space.
31config TILE_GXIO_UART
32 bool
33 select TILE_GXIO