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

1
2
3
4
5
6
7
8
9
#
# Heterogenous system architecture configuration
#

config CONFIG_HSA_AMD
	tristate "HSA kernel driver for AMD GPU devices"
	depends on (CONFIG_DRM_RADEON || CONFIG_DRM_AMDGPU) && CONFIG_AMD_IOMMU_V2 && CONFIG_X86_64
	help
	  Enable this if you want to use HSA features on AMD GPU devices.