Kconfig 483 B

1234567891011121314151617
  1. # Support direct access to TILE-Gx hardware from user space, via the
  2. # gxio library, or from kernel space, via kernel IORPC support.
  3. config TILE_GXIO
  4. bool
  5. depends on TILEGX
  6. # Support direct access to the common I/O DMA facility within the
  7. # TILE-Gx mPIPE and Trio hardware from kernel space.
  8. config TILE_GXIO_DMA
  9. bool
  10. select TILE_GXIO
  11. # Support direct access to the TILE-Gx mPIPE hardware from kernel space.
  12. config TILE_GXIO_MPIPE
  13. bool
  14. select TILE_GXIO
  15. select TILE_GXIO_DMA