KVM: Introduce gfn_to_hva_memslot_prot
[linux/fpc-iii.git] / arch / tile / gxio / Kconfig
blobd4e10d58071b8fbf021cf2d45e93f3ff95b05496
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
7 # Support direct access to the common I/O DMA facility within the
8 # TILE-Gx mPIPE and Trio hardware from kernel space.
9 config TILE_GXIO_DMA
10         bool
11         select TILE_GXIO
13 # Support direct access to the TILE-Gx mPIPE hardware from kernel space.
14 config TILE_GXIO_MPIPE
15         bool
16         select TILE_GXIO
17         select TILE_GXIO_DMA
19 # Support direct access to the TILE-Gx TRIO hardware from kernel space.
20 config TILE_GXIO_TRIO
21         bool
22         select TILE_GXIO
23         select TILE_GXIO_DMA
25 # Support direct access to the TILE-Gx USB hardware from kernel space.
26 config TILE_GXIO_USB_HOST
27         bool
28         select TILE_GXIO
30 # Support direct access to the TILE-Gx UART hardware from kernel space.
31 config TILE_GXIO_UART
32         bool
33         select TILE_GXIO