diff options
Diffstat (limited to 'arch/tile/gxio/Kconfig')
-rw-r--r-- | arch/tile/gxio/Kconfig | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/arch/tile/gxio/Kconfig b/arch/tile/gxio/Kconfig index d221f8d6de8b..d4e10d58071b 100644 --- a/arch/tile/gxio/Kconfig +++ b/arch/tile/gxio/Kconfig | |||
@@ -26,3 +26,8 @@ config TILE_GXIO_TRIO | |||
26 | config TILE_GXIO_USB_HOST | 26 | config TILE_GXIO_USB_HOST |
27 | bool | 27 | bool |
28 | select TILE_GXIO | 28 | select TILE_GXIO |
29 | |||
30 | # Support direct access to the TILE-Gx UART hardware from kernel space. | ||
31 | config TILE_GXIO_UART | ||
32 | bool | ||
33 | select TILE_GXIO | ||