summaryrefslogtreecommitdiff
path: root/drivers/iommu/Kconfig
blob: 3e35ce8fcc8586f93202e69400edc7dc79e2e4cd (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
#
# IOMMU devices
#

menu "IOMMU device drivers"

config IOMMU
	bool "Enable Driver Model for IOMMU drivers"
	depends on DM
	help
	  Enable driver model for IOMMU devices. An IOMMU maps device
	  virtiual memory addresses to physical addresses. Devices
	  that sit behind an IOMMU can typically only access physical
	  memory if the IOMMU has been programmed to allow access to
	  that memory.

endmenu