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

# SPDX-License-Identifier: GPL-2.0-only
#
# Heterogenous system architecture configuration
#

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