Training courses

Kernel and Embedded Linux

Bootlin training courses

Embedded Linux, kernel,
Yocto Project, Buildroot, real-time,
graphics, boot time, debugging...

Bootlin logo

Elixir Cross Referencer

# Support direct access to CONFIG_TILE-Gx hardware from user space, via the
# gxio library, or from kernel space, via kernel IORPC support.
config CONFIG_TILE_GXIO
	bool
	depends on CONFIG_TILEGX

# Support direct access to the common I/O DMA facility within the
# CONFIG_TILE-Gx mPIPE and Trio hardware from kernel space.
config CONFIG_TILE_GXIO_DMA
	bool
	select CONFIG_TILE_GXIO

# Support direct access to the CONFIG_TILE-Gx mPIPE hardware from kernel space.
config CONFIG_TILE_GXIO_MPIPE
	bool
	select CONFIG_TILE_GXIO
	select CONFIG_TILE_GXIO_DMA

# Support direct access to the CONFIG_TILE-Gx TRIO hardware from kernel space.
config CONFIG_TILE_GXIO_TRIO
	bool
	select CONFIG_TILE_GXIO
	select CONFIG_TILE_GXIO_DMA

# Support direct access to the CONFIG_TILE-Gx CONFIG_USB hardware from kernel space.
config CONFIG_TILE_GXIO_USB_HOST
	bool
	select CONFIG_TILE_GXIO

# Support direct access to the CONFIG_TILE-Gx UART hardware from kernel space.
config CONFIG_TILE_GXIO_UART
	bool
	select CONFIG_TILE_GXIO