diff options
Diffstat (limited to 'arch/tile/gxio/Kconfig')
-rw-r--r-- | arch/tile/gxio/Kconfig | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/arch/tile/gxio/Kconfig b/arch/tile/gxio/Kconfig index 8aeebb70a3df..68e1cca2cce5 100644 --- a/arch/tile/gxio/Kconfig +++ b/arch/tile/gxio/Kconfig | |||
@@ -15,3 +15,9 @@ config TILE_GXIO_MPIPE | |||
15 | bool | 15 | bool |
16 | select TILE_GXIO | 16 | select TILE_GXIO |
17 | select TILE_GXIO_DMA | 17 | select TILE_GXIO_DMA |
18 | |||
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 | ||