# Support direct access to [31mCONFIG_TILE[0m-Gx hardware from user space, via the # gxio library, or from kernel space, via kernel IORPC support. config [31mCONFIG_TILE_GXIO[0m bool depends on [31mCONFIG_TILEGX[0m # Support direct access to the common I/O DMA facility within the # [31mCONFIG_TILE[0m-Gx mPIPE and Trio hardware from kernel space. config [31mCONFIG_TILE_GXIO_DMA[0m bool select [31mCONFIG_TILE_GXIO[0m # Support direct access to the [31mCONFIG_TILE[0m-Gx mPIPE hardware from kernel space. config [31mCONFIG_TILE_GXIO_MPIPE[0m bool select [31mCONFIG_TILE_GXIO[0m select [31mCONFIG_TILE_GXIO_DMA[0m # Support direct access to the [31mCONFIG_TILE[0m-Gx TRIO hardware from kernel space. config [31mCONFIG_TILE_GXIO_TRIO[0m bool select [31mCONFIG_TILE_GXIO[0m select [31mCONFIG_TILE_GXIO_DMA[0m # Support direct access to the [31mCONFIG_TILE[0m-Gx [31mCONFIG_USB[0m hardware from kernel space. config [31mCONFIG_TILE_GXIO_USB_HOST[0m bool select [31mCONFIG_TILE_GXIO[0m # Support direct access to the [31mCONFIG_TILE[0m-Gx UART hardware from kernel space. config [31mCONFIG_TILE_GXIO_UART[0m bool select [31mCONFIG_TILE_GXIO[0m |